Android Question Where do I paste Libraries that I downloaded?

yzeflores

Member
I am a beginner and I can't find a tutorial that shows where to paste zipped libraries that I downloaded. What I mostly see is extract it and paste it on my computer it does not specify where.
 

DonManfred

Expert
Licensed User
Longtime User
Welcome!

In Tools->Configure Paths you can Set a Path for Additional Libraries.

Say you set it to E:\B4XAdditionallibs\

then the best Structure would be

addlibs009.png


Create a Folder B4A in E:\B4XAdditionallibs\ and put there all B4A Libraries.
Create a Folder B4J in E:\B4XAdditionallibs\ and put there all B4J Libraries.
Create a Folder B4I in E:\B4XAdditionallibs\ and put there all B4i Libraries.
Create a Folder B4R in E:\B4XAdditionallibs\ and put there all B4R Libraries.
Create a Folder B4X in E:\B4XAdditionallibs\ and put there all B4XLIB Libraries.

In this case you need to define the path E:\B4XAdditionallibs\ in all B4X Tools the same ;-)
 
Upvote 0
Top