Android Question Jar file missing in library package.xml

Status
Not open for further replies.

Tjitte Dijkstra

Member
Licensed User
Longtime User
After upgrading to v 8.80 I had not much time to work on my projects, but since some weeks I started again.
The error message I get is: Jar file missing in library package.xml
I checked the path configuration and all seems to be OK: C:\Android\android-sdk\platforms\android-17\android.jar
I followed the advice to reinstall the sdk-tools, but nothing changed.
What I cán do is: debugging via B4A-bridge, but release is not possible.
What to do?
 

drgottjr

Expert
Licensed User
Longtime User
something a little fishy about that error message. can you post the actual log, please? unfiltered (someone is only going to ask for it that way later).
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
I checked the path configuration and all seems to be OK: C:\Android\android-sdk\platforms\android-17\android.jar
This is never OK.

Using a uptodate SDK and the B4A SDK Manager you do not have an api 17 Android.jar. Instead you´ll have and use Android.jar from api 28.

You are using an OLD SDK. I suggest to setup a new SDK. Follow the Instructions carefully.

https://www.b4x.com/b4a.html#installation
 
Last edited:
Upvote 0

Tsong

Member
I have the same issue even after repeating the download for jdk-11.0.1.zip and resources_06_21.zip, and then reinstalling both.

B4A paths.jpg


B4A missing library for DataCollecton.xml.jpg


Any suggestions please?
 
Upvote 0
Status
Not open for further replies.
Top