Android Question Error after changing Activity name

Mooney

New Member
I am new to B4A and have been reading/watching the tutorials, forum, and also purchased the book. But I just ran into a problem and I can't find the resolution. I changed an Activity name from 'breakscreen' to 'break' (to shorten the name but mainly for consistency with other naming) and now the compiler crashes when I try to run/test the program. The following error is displayed:
B4A Version: 9.90

Java Version: 11
Parsing code. (0.01s)
Building folders structure. (0.02s)
Compiling code. (0.07s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Generating R file. (0.00s)
Compiling debugger engine code. Error
shell\src\Stat\Tracker\break.java:14: error: <identifier> expected
public class break implements IRemote{
^
1 error

javac 11.0.1

The fix may be simple but I can't find it. Can someone help with the answer and thank you.
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top