Cannot Find Google APIs for Android SDK

35,309

Solution 1

If you're using the latest version of the SDK (ADK 14), the Google API packages should be located in the folder containing the appropriate SDK level in the SDK manager.

For example, for Android 2.2, there should be a folder called "Android 2.2 (API 8)" which should contain the SDK "SDK Platform" and additional pieces such as the Google APIs "Google APIs by Google, Inc.".

Solution 2

I encountered the same problem

Go here to manually download the Google APIs. For example, I use GoogleAPI level 8, so I download the package here

After downloading just extract the zip file to "C:\Program Files (x86)\Android\android-sdk\add-ons" and rename the directory to "google_apis-8" instead of "google_apis-8_r02".

Solution 3

This happened to me.

The simple fix was to update currently installed packages, which in turn updated the SDK Manager app, then after restarting, every appeared including the USB drivers.

Apparently, if the SD Manager is outdated, then you won't be able to install important thing like the USB driver.

Solution 4

I met the same problem and it said "access is denied". I am using 64bit win7 and the sdk tools is installed under C:\Program Files (x86)\Android\android-sdk. I figure out that it is because the SDK manager does not have permission to the folder so the quick fix is to right click SDK manager and run it as administrator.

Solution 5

I found that working with the Motorola Development studio made things very easy to pick up various API levels from Google. You can find all of the download and documentation at

developer.motorola.com

Share:
35,309
shamsad97
Author by

shamsad97

Updated on July 05, 2022

Comments

  • shamsad97
    shamsad97 almost 2 years

    I've been trying to create an application that uses Google Maps and upon getting an error for "MapActivity" I searched the web and found the solution was to make my build target "Google APIs".

    However, I looked in the "Android SDK and AVD Manager" in Eclipse, I could find it anywhere :(

    I looked under "Third part Add-ons">"Google Inc" but it simply says "No packages found".

    Any help, please?

  • Eduardo
    Eduardo almost 12 years
    Using API level 7 I've renamed my folder to addon-google_apis-google_inc_-7. Since I am on Linux, I've placed this folder in /opt/android-sdk-linux/add-ons.
  • Android Killer
    Android Killer over 11 years
    @Alan Sha the page you have given(first link) is showing whole xml content.i need api 10 :(
  • AlanS
    AlanS over 11 years
    @AndroidKiller You can find api 10 at that XML page too. For your convenience, I've found it for you. google_apis-10_r02.zip