Android Question Java Compile error

DAW

New Member
Just downloaded and installed B4A 2.71. Followed directions to download android sdk,etc.
Created a basic program with nothing added to the basic screen on the emulator. When I click Project-Test Compilation, the status message displayed in status bar is that program compiled successfully.
When I click Project-Compile and Run and error is displayed. Uploaded screen shot with error message.
Not sure what to do at this point. Searched forum, but no success on finding the cause.
Searched for options and file to remove the flag that is being passed to the java compiler.
Any suggestions on what is causing this error? Also, need to know where the javac.exe file is called by B4A so I can view/modify flags.

Compiling generated Java code. Error
javac: invalid flag: -Xlint:none
Usage: javac <options> <source files>
 

Attachments

  • javac error.PNG
    javac error.PNG
    16 KB · Views: 291
Top