Skip to content Skip to sidebar Skip to footer

Cannot Find Google Apis For Android Sdk

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 'G

Solution 1:

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 2:

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 3:

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 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

Post a Comment for "Cannot Find Google Apis For Android Sdk"