Can't find the class com.google.android.gms.location.LocationClient (android) -
i have download demo project http://developer.android.com/training/location/retrieve-current.html, , think don't lost steps; can't find jar file contain “com.google.android.gms.location.locationclient.class” file
we found "google-play-services.jar" , "maps.jar", , "android.jar (all versions)" don't contain "locationclient.class"?
add gradle file (x.y.z - actual version of google play services):
compile 'com.google.android.gms:play-services-location:x.y.z'
Comments
Post a Comment