Android Question Compile error

Sinan Tuzcu

Well-Known Member
Licensed User
Longtime User
Hello all,

I can no longer compile my old existing project.
I have already read through the forums and have also updated some things, but I can't get the error away.

b4a01.PNG


Version:
b4a02.PNG


Directory Config:
b4a03.PNG


Manifest:

b4a04.PNG


b4a05.PNG


Can anyone help me?

thanks in advance
Sinan

PS:
I have already try these from

but doesn't works
 

josejad

Expert
Licensed User
Longtime User
Follow the setup instructions as it, you haven’t done it. For example, the last step (path). You must download exactly what the instructions says (SDK, android tools…)

  • Download B4A Full Version
  • Open B4A.
  • Choose Tools > Configure Paths.
  • Set the path to "javac.exe" if it is empty (C:\java\jdk-11.0.1\bin\javac.exe or C:\Program Files\Java\jdk1.8.0_211\bin\javac.exe).
  • Set the path to "android.jar" (C:\Android\platforms\android-30\android.jar).

 
Last edited:
Upvote 0

Sinan Tuzcu

Well-Known Member
Licensed User
Longtime User
Hi,

I already do this, see below on picture.

first Step i have donwload the latest version and install it.

second Step: I have set the configure paths

1629378696546.png


and the result is the same:

1629379222760.png
 
Upvote 0

khwarizmi

Active Member
Licensed User
Longtime User
If you do not need a high version of the sdk for any application purposes, make it suitable, to ensure your application is more popular, I think that minimum SDK Version = 26 is a bit big.
 
Upvote 0
Top