Android Question Additional libraries and internal libraries

Elfatih

New Member
Licensed User
is additional libraries & internal libraries are the same file? because when i click open additional libraries or internal libraries the program open the same file (C:\Program Files (x86)\Anywhere Software\Basic4android\Libraries).

i have a problem with ExoPlayer Libraries, i copied it on libraries folder as Mr.Erel said here (https://www.b4x.com/android/forum/threads/exoplayer-mediaplayer-videoview-alternative.72652/)
and didn't work for me, the program says there are missing libraries, what should i do?
 

klaus

Expert
Licensed User
Longtime User
Internal libraries are the libraries coming with B4A, they are saved in (C:\Program Files (x86)\Anywhere Software\Basic4android\Libraries).
Additional libraries should be saved in another folder.
Click on Configure Paths in the Tools menu:

upload_2019-5-4_19-2-52.png


Enter the folder name for the additional libraries, it's up to you to manage this.

upload_2019-5-4_19-5-19.png


Copy all additional libraries into this folder.
You must NOT copy additional libraries into the internal libraries folder.

To use a library you must also check the library in the Library Manager Tab!

upload_2019-5-4_19-9-6.png
 
Last edited:
Upvote 0
Top