skip to Main Content

The AVD GUI does NOT allow the selection of Play Images for some reason anymore!
enter image description here

3

Answers


  1. Chosen as BEST ANSWER

    Since you cannot select the Play store image anymore you need to edit some files

    NOTE: This may also work in Visual Studio (not tested - some feedback will be apreciated!)

    1. Load the image with SDK manager SDK Platforms

    2. Create a device with the correct API and Hardware profile and Finish AVD

    3. Before you start this new AVD you need to Edit the files as follow Show on Disc

    4. Edit config.ini (I use VIM but any editor will work) Edit the following lines in the file

    PlayStore.enabled=true
    image.sysdir.1=system-imagesandroid-32google_apis_playstorex86_64
    tag.display=Google Play
    tag.id=google_apis_playstore
    
    1. Start the AV Device and check if the Play Icon is available - Test it By logging in! Play Store!
    2. ALL DONE!

  2. In the latest Android Studio (Electric Eel), you need to launch SDK Manager, and under SDK Platforms check the "Show Package Details" box. Then select the Google Play images:

    enter image description here

    Login or Signup to reply.
  3. Looks like Google Play support is now at the device level, rather than when selecting the OS. And the first devices in the list don’t have it.

    Ran into the same confusion – turns out needed to scroll down more.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search