Android Question How to import basic4android library?

Jeboiii

Member
Licensed User
Longtime User
I had downloaded basic4android source codes but almost all of the source code was saying "One of the following library is missing: (library)". How can I fix this?
 

DonManfred

Expert
Licensed User
Longtime User
How can I fix this?
You need to download the missing libraries for the examples you are using. They can be found here.
But you need to be a registered member to download them i believe.
 
Upvote 0

Johan Schoeman

Expert
Licensed User
Longtime User
I had downloaded basic4android source codes but almost all of the source code was saying "One of the following library is missing: (library)". How can I fix this?
You need to create an additional library folder and then set the path to this folder I'm the B4A configuration. Then search for the missing libraries in the B4A forum, download them, and copy the JAR and XML files to your additional libraries folder. Open the libraries pane (bottom right) and inside the list right-click / refresh the libraries list. Then search the list for the libraries that needs to be enabled. The red. Flagged code should then disappear.

Search the forum and also read the beginners manual.
 
Upvote 0
Top