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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -