Hbibna
Hbibna

Reputation: 568

How can i downgrade Google Play Services Library in Android SDK?

The latest update to the Google Play Services Library of the Android SDK removed the LocationClient class from it. How can i downgrade to the previous version so i won't have to rewrite the code to retrieve a client's location?

I do intend to change the code to use the new LocationApi later, but for now, i need a quick fix.

Upvotes: 2

Views: 10484

Answers (2)

so_jin_ee
so_jin_ee

Reputation: 812

Go to settings>apps>all and find Google Play Services. Tap it, then tap 'disable' or whatever it is. Then tap on the 'uninstall updates'. After you've installed your version of the services, remember to tap the button 'Take to use' or whatever is displayed.

Upvotes: 3

Hbibna
Hbibna

Reputation: 568

I found this site here which has links to mirrors of Android SDK Extras by Google. I downloaded google play services SDK r21 from there and am currently using it.

http://venomvendor.blogspot.com/2012/03/android-sdk-extras-by-google-inc.html

Hope this helps someone.

Upvotes: 1

Related Questions