How to install Google Play app in Android Studio emulator?

前端 未结 5 2049
孤独总比滥情好
孤独总比滥情好 2020-12-13 06:16

I am completely new to using Android Studio and I am trying to install the Google Play app on the emulator. I have installed the Google Repository and Goo

5条回答
  •  时光说笑
    2020-12-13 06:23

    All this is not necessary on the latest MM API images.

    All that was needed for me was to:

    adb remount
    adb push Phonesky.apk /system/priv-app/.
    adb stop && adb restart
    

提交回复
热议问题