Android Question Library offline

AJ99

New Member
First time ever I downloaded and installed B4A.
It was the 64 bit v13.4 from https://www.b4x.com/b4a.html a week ago including configuring the paths correctly .
I wrote a simple program but the compiler stopped because it could not access the phone library .
It is in the libraries manager, checked for this project, it is in the library folder but it is NOT online.
ALL of the following libraries cover a wide range of core Android functionalities and B4A-specific utilities but are NOT online.
( phone, accessibility, animation, audio, content resolver, game view, firebase analytics, key value store 2, OK HTTP/Utils, reflection, string utils, tab strip, view pager, TTS, USB, view FX ) . their jar and XML files are in the libraries folder end which I copied to the additional libraries folder but still not online.

I do not need to access all the fancy new abilities of Android 14 I just want to write some simple things

I tried all the suggestions of ChatGPT DeepSeek and AI Google search and none of their suggestions worked including JDK 11 instead of JDK 19 etc

so can I download an earlier version of B4A and make it all work ?
 

Attachments

  • B4A Screenshot 2025-08-04 8.jpg
    B4A Screenshot 2025-08-04 8.jpg
    78.8 KB · Views: 35

Erel

B4X founder
Staff member
Licensed User
Longtime User
I tried all the suggestions of ChatGPT DeepSeek and AI Google search and none of their suggestions worked including JDK 11 instead of JDK 19 etc
It has nothing to do with the Phone library.

so can I download an earlier version of B4A and make it all work ?
There isn't a single advantage to older versions of B4A over the latest version.

The Phone library is an internal library. It should be listed in the libraries tab. It doesn't appear in the screenshot because it is checked and therefore is pinned to the top.

I wrote a simple program but the compiler stopped because it could not access the phone library .
What exactly happened?
 
Upvote 0
Top