Android Question Google Maps

gballa

Member
Licensed User
Hi All,

When I check "Google Maps" in libraries I always get this error message

B4A Version: 9.50
Java Version: 8
Parsing code. (0.00s)
Building folders structure. (0.01s)
Compiling code. (0.00s)
Compiling layouts code. (0.00s)
Organizing libraries. Error
The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

The two files are in the libraries folder, I also downloaded the tutorial demo and same error.

Any help would be appreciated.

Thanks
 

DonManfred

Expert
Licensed User
Longtime User
where are the additional libs saved? In which folder; post the full path
What is the path of the android.jar?
 
Upvote 0

gballa

Member
Licensed User
Hi,

Here is the path
C:\Program Files (x86)\Anywhere Software\Basic4android\Additionallibraries

C:\Users\Public\Documents\Embarcadero\Studio\20.0\PlatformSDKs\android-sdk-windows\platforms\android-28\android.jar

Thanks
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
C:\Program Files (x86)\Anywhere Software\Basic4android\Additionallibraries
The additional library path should NOT be unter the program files folder as it is a restricted folder. The jetifier tools does not have write rights here.
C:\Android\AddLibs is a good path

C:\Users\Public\Documents\Embarcadero\Studio\20.0\PlatformSDKs\android-sdk-windows\platforms\android-28\android.jar
I´m not sure if you can share a sdk with Delphi.

I would use a own sdk for B4A.
See the installationinstructions:
https://www.b4x.com/android/forum/threads/ready-to-run-sdk.99780/#content
 
Upvote 0
Top