Android Question Problems With B4A V8

Marcos Alves

Well-Known Member
Licensed User
Longtime User
Hi,

I'm using fused location provider with the need: #AdditionalJar: com.google.android.gms:play-services-location

After B4A V8 installation, I'm getting the error:

src\com\comten\nexphone\place_add.java:974: error: package com.google.android.gms.location does not exist
mostCurrent._fusedlocationprovider1.RequestLocationUpdates((com.google.android.gms.location.LocationRequest)(_locationrequest1.getObject()));

The apk isn't compiling anymore... any suggestion? Please help!
 

asales

Expert
Licensed User
Longtime User
Hi,

I'm using fused location provider with the need: #AdditionalJar: com.google.android.gms:play-services-location

After B4A V8 installation, I'm getting the error:

src\com\comten\nexphone\place_add.java:974: error: package com.google.android.gms.location does not exist
mostCurrent._fusedlocationprovider1.RequestLocationUpdates((com.google.android.gms.location.LocationRequest)(_locationrequest1.getObject()));

The apk isn't compiling anymore... any suggestion? Please help!

Did you open SDK manager and install all the repositories of the services location?
 
Upvote 0
Top