Android Question Error generating APK for Android 14 with B4A version 13

The APK works correctly in 32-bit and 64-bit versions for Android 13. When switching to B4A v. 13 to generate the APK for Android 14, it gives a "Maven artifact not found" error, and I can't resolve the issue.
The configuration I have is shown below, along with the build result.
Could someone help me?

-------
PATH CONFIGURATION
Javac.exe: C:\Program Files\Java\jdk-19\bin\javac.exe
Android.jar: C:\android-34\android.jar
Additional Libraries: C:\android-34\extras\android\m2repository

COMPILATION RESULT
B4A Version: 13.00
Parsing code. (1.76s)
Java Version: 19
Building folder structure. (1.20s)
Compiling code. (0.81s)
Compiling layout code. (0.40s)
Organizing libraries. Error

Maven artifact not found: com.android.support/multidex
 

aeric

Expert
Licensed User
Longtime User
Thank you
What to write in Configure paths / Add libraries
Additional library folder is a new folder manually created by you where you can put any libraries which are not installed during B4A installation.

Meaning, after you complete install B4A, you need to create a new folder in your prefer location. Then open B4A IDE set this path in Configure path setting menu.

If you already have this folder before when using previous version of B4A then you can point to it.
 
Upvote 0
Top