Android Question error occurred invalid path

Startup

Active Member
Licensed User
Longtime User
I get an "error occurred invalid path" message when I configure the path for my additional libraries even though I browse to the actual folder and insert as C:\Users\mylaptop\B4AProjects\AdditionalLibraries. This is the actual folder where my additional libraries are. Why am I getting an error?
 

Startup

Active Member
Licensed User
Longtime User
I found the problem. I installed B4A on a new computer. When I went to load my app it said a library was missing (dialogs in my additional libraries). So I configured the path for that. What I had not done was loaded and installed Java JDK and Android SDK and configured the paths for javac.exe and android.jar. Once I did that I was able to configure the path to my additional libraries. So now all is working well. Thanks, Erel!
 
Upvote 0
Top