I attach my new project.
I follwed the instructions for a new installation on a new machine, and created a sample project with one button, which is the default new project. I just generated the members from the designer and ran it and got:
B4A Version: 12.80
Parsing code. (0.01s)
Java Version: 8
Building folders structure. (0.05s)
Running custom action. (0.05s)
Compiling code. (0.10s)
Compiling layouts code. (0.02s)
Organizing libraries. (0.01s)
(AndroidX SDK)
Compiling resources (0.09s)
Linking resources (0.26s)
Compiling debugger engine code. Error
B4A line: 11
Private Activity As Activity
shell\src\b4a\example\b4xmainpage_subs_0.java:58: error: cannot find symbol
b4xmainpage._activity = RemoteObject.createNew ("anywheresoftware.b4a.objects.ActivityWrapper");__ref.setField("_activity",b4xmainpage._activity);
^
symbol: variable _activity
location: class b4xmainpage
1 error
only showing the first 1 errors, of 2 total; use -Xmaxerrs if you would like to see more
What did I do wrong?
I follwed the instructions for a new installation on a new machine, and created a sample project with one button, which is the default new project. I just generated the members from the designer and ran it and got:
B4A Version: 12.80
Parsing code. (0.01s)
Java Version: 8
Building folders structure. (0.05s)
Running custom action. (0.05s)
Compiling code. (0.10s)
Compiling layouts code. (0.02s)
Organizing libraries. (0.01s)
(AndroidX SDK)
Compiling resources (0.09s)
Linking resources (0.26s)
Compiling debugger engine code. Error
B4A line: 11
Private Activity As Activity
shell\src\b4a\example\b4xmainpage_subs_0.java:58: error: cannot find symbol
b4xmainpage._activity = RemoteObject.createNew ("anywheresoftware.b4a.objects.ActivityWrapper");__ref.setField("_activity",b4xmainpage._activity);
^
symbol: variable _activity
location: class b4xmainpage
1 error
only showing the first 1 errors, of 2 total; use -Xmaxerrs if you would like to see more
What did I do wrong?