user1406716
user1406716

Reputation: 9705

Unable to find System Image in Emulator in Android Studio with Google APIs

I want to run in Emulator a System Image with Google APIs installed. I downloaded the System Images for API Version 19 (among others). When I go to start a new AVD in Android Studio, for API = 19 - I am not seeing the image with Google APIs. It should be there because I did download it using the SDK Manager (see screen clippings below).

Am I missing something?

enter image description here

See below screen in AVD Manager showing that the Kitkat does not have an image with Google APIs.

enter image description here

Upvotes: 17

Views: 46978

Answers (4)

sachin pathak
sachin pathak

Reputation: 87

Go to AVD manager and there in action column click on download.

Upvotes: 0

Maroti
Maroti

Reputation: 501

Please try the following solution it's work for me.

If you can not find system image in Android Studio in emulator then go to your Android-SDK you are using in your Android Studio like C:\Users\MB\AppData\Local\Android\sdk\android-sdk and open AVD Manager.

After open AVD Manager create new AVD and start this newly created AVD.

This AVD is available in your Deployment target and also in your Android Studio AVD manager when you will open AVD Manager next time.

Also, check screenshot for it.

enter image description here

enter image description here

enter image description here

Upvotes: 4

Kiran Muniraju
Kiran Muniraju

Reputation: 11

Just update all the packages in the SDK manager and restart. It worked for me.

Upvotes: 0

Mattia Maestrini
Mattia Maestrini

Reputation: 32780

Unfortunately seems there is an issue with the displayed target for the KitKat's system images. It's definitely possible to create an AVD with API 19 and Google APIs as you can see in this screenshot:

enter image description here

To create an AVD with API 19 and Google APIs be sure to select the system image with the Android version 4.4 Google Inc.

enter image description here

If you instead select the system image with the Android version 4.4 Android Open Source Project a standard AVD without Google API will be created.

enter image description here

Upvotes: 1

Related Questions