Saqibdb
Saqibdb

Reputation: 73

downgrading google play services from 6 to 5

the image of SDK i want to downgrade the version of my google play services from rev version 6 to rev version 5. i need this to run maps on emulator but i cant figure out on how to do it. [i have found a kind of solution here][2]

[2]: The latest com.google.android.gms for google play services revision 6 but i can't figure out how to actually downgrade it. on this version i am getting an error

Google Play services out of date. Requires 3027100 but found 2012110

if anybody know on how to do it then please share or if anyone can provide the new apk files to be installed on the device to get it to work with the maps.

Upvotes: 2

Views: 3950

Answers (1)

Emil Adz
Emil Adz

Reputation: 41109

You can download an older revision from here:

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

Then remove the newer version from workspace, and add the desired one.

Once you did that you can refrence it with your project and check again.

You can read this blog post I wrote on this matter as well:

Google Maps API V2 in Emulator

Upvotes: 4

Related Questions