I have google api’s 9 already installed but I need previous version of google api’s.I tried to install them using “Windows->Android SDK and AVD manager -> Available packages” but it is showing no updates.How can I install them ? Please help me I need them because I’m developing a GPS based application which needs google API’s.Since the emulator crashes on sending geo coordinates based on google api 9 I need older versions. Please help !!!!
Share
You should be able to install older versions by invoking tools/android directly. For example, on my Linux dev machine, I run:
You can install various SDKs via
phil@Ubuntu64-5810T:/opt/android-sdk-linux_x86$ tools/android sdk
This will then pop up a GUI, similar to
Just check the ‘obsolete’ box and all the older APIs should show up.