Android Question [SOLVED] v6.00 how to point to Google Play Services Fused Location ?

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello,
I don't manage to make it work. I have added the Manifest entry but where to point to the AdditionalRes ?
I have added this to the project to replace the previous #29 version
B4X:
#AdditionalRes: C:\AndroidSDK\extras\google\m2repository\com\google\android\gms\play-services, com.google.gms

I have tried to copy everything in the Project's folder too

Errors said:
invalid resource directory name: c:\androidsdk\extras\google\m2repository\com\google\android\gms\play-services 3.1.36
invalid resource directory name: c:\androidsdk\extras\google\m2repository\com\google\android\gms\play-services 3.2.25invalid resource directory name: c:\androidsdk\extras\google\m2repository\com\google\android\gms\play-services 3.1.59
...
There is something I don't get, of course. Perhaps do you have understood ? Many thanks


PS : I am only wanting to make FusedLocation working.
 
Last edited:

lemonisdead

Well-Known Member
Licensed User
Longtime User
OK restarting from zero and adding only the Location directory
 
Upvote 0

fbritop

Active Member
Licensed User
Longtime User
I do get an error that says: "Maven artifact not found: com.google.android.gms/play-services-location"

-Using B4A 6
-Project Attr: #AdditionalJar: com.google.android.gms:play-services-location
-Using API #21
Manifiest contains:
AddApplicationText(<meta-data
android:name="com.google.android.gms.version"
android:value="@Integer/google_play_services_version" />)

Not sure where to look for this error?
 
Upvote 0
Top