Android Question what is this error ? java:65:error: method startFromActivity in class StarterH

younitwo

New Member
Hello to all friends.
Who can guide me?
I recently started using B4A software. Every time I compile the software, I encounter this error. Even when I compile as a test, there is this error.😟😔


-------------------------------------------------------------------------

B4A Version: 9.90
Java Version: 14
Parsing code. (0.00s)
Building folders structure. (0.02s)
Compiling code. (0.01s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
(Android Support Library)
Generating R file. (0.00s)
Compiling generated Java code. Error
src\com\shaderyan\bluetooth\main.java:65: error: method startFromActivity in class StarterHelper cannot be applied to given types;
if (anywheresoftware.b4a.objects.ServiceHelper.StarterHelper.startFromActivity(this, processBA, wl, false))
^
required: BA,Runnable,boolean
found: main,BA,WaitForLayout,boolean
reason: actual and formal argument lists differ in length
Note: src\com\shaderyan\bluetooth\starter.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
only showing the first 1 errors, of 7 total; use -Xmaxerrs if you would like to see more

javac 14.0.1
 
Top