I wanted to change the Home/Starting page of my app. So I 'Saved As' my initial "Main" Activity as "New" Activity (a bit confusing because "New" is actually the old one). The existing "Main" activity I changed to the way I wanted it. I updated the code in the corresponding modules (Main & New), but when I try run the app (Bman) I get the following error:
Can anyone point me in the right direction?
B4X:
Compiling generated Java code. Error
javac 1.6.0_21
src\B4A\Bman\main.java:215: illegal start of type
public new _new = null;
^
1 error
Can anyone point me in the right direction?