Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android AVD Not detecting Google API as target

I have installed the Google API and created a Google API specific project in Eclipse. Although when i go to create a new AVD with the Target set to a Google API i only have the option for Android 4.2 - API Level 17. How can i make the Google API show so i can select it?

like image 231
user1849858 Avatar asked Jan 15 '23 22:01

user1849858


2 Answers

Make sure to restart Eclipse after downloading Google APIs.

like image 116
zavidovych Avatar answered Jan 22 '23 14:01

zavidovych


I would double check that you have downloaded the Google API, and not just the Android API. They will both have the same API number. Using the SDK Manager, you will see a variety of selections for downloads. Make sure you have downloaded the "Google APIs" in addition to the "SDK Platform".

This is the behavior you would see if you don't have the Google portion downloaded.

like image 44
Booger Avatar answered Jan 22 '23 15:01

Booger