Android Question B4A 7.8 version - Compiling debugger engine code. Error

Johnson Samuel

Member
Licensed User
Longtime User
I had just purchased the new v7.8. I just tried to make a test project by using a Button and a Edittext view. By giving a run command in debug mode, it gives the message of Compiling debugger engine code.Error. If I do it in Release mode , it gives message as Compliling generated javacode.Error.
It is not showing any error message in the editor. Kindly help to solve this problem. I tried many sample projects also. Everywhere it is giving the same problem.
 

DonManfred

Expert
Licensed User
Longtime User
I had just purchased the new v7.8
And you setup a new SDK ?

3. B4A
  • Download B4A Trial Version
  • Open B4A.
  • Choose Tools > Configure Paths.
  • Set the path to "javac.exe" if it is empty (C:\Program Files\Java\jdk1.8.0_102\bin\javac.exe).
  • Click on Open Sdk Manager button.
  • Set the path to "sdkmanager.bat" (C:\Android\tools\bin\sdkmanager.bat) and install all recommended items.
  • Read and accept the licenses when asked for.
  • Return to B4A and set the path to "android.jar" (C:\Android\platforms\android-27\android.jar).
 
Upvote 0

Johnson Samuel

Member
Licensed User
Longtime User
Thank you for your prompt reply. New SDK has been set. the config path is O.K as you have mentioned. but still the Problem Remain.
 
Upvote 0
Top