Android Question Compiling issue on a new machine

microbox

Active Member
Licensed User
Longtime User
Hello everyone, I'm testing this app (https://www.b4x.com/android/forum/threads/appcompat-with-toolbar-minimal-example.79896/) but giving this error
B4X:
B4A Version: 8.00
Parsing code.    (0.00s)
Compiling code.    (0.39s)
Compiling layouts code.    (0.16s)
Organizing libraries.    (11.14s)
Generating R file.    (1.74s)
Compiling generated Java code.    Error
javac 1.8.0_171
src\b4a\example\starter.java:17: error: cannot find symbol
            ServiceHelper.StarterHelper.startServiceFromReceiver (context, in, true, BA.class);
                                       ^
  symbol:   method startServiceFromReceiver(Context,Intent,boolean,Class<BA>)
  location: class StarterHelper
Note: src\b4a\example\starter.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

Can you help what I'm missing?

Thank you and best regards,
joe
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…