Missing Google Play Services from AVD

后端 未结 7 989
南旧
南旧 2020-12-28 08:24

I recently started developing for Android, and I have come into trouble when trying to use Google Maps in my app. I downloaded the Google Maps API v2 for Android, and have a

7条回答
  •  囚心锁ツ
    2020-12-28 08:53

    Bellow link contains a solution that works with Android 4.2.2 or higher

    How to install Google Play Services in Android Emulator

    1.1 Start your emulator. Disconnect any other Android device (such as your smartphone) from computer. 1.2 Download these two files

    com.android.vending-19032013.apk : http://www.mediafire.com/download.php?7jfar2v1bzx6v59 com.google.android.gms-19032013.apk : http://www.mediafire.com/download.php?4o9fz413uavlblf

    1.3 Open command console, go to \platform-tools

    Install two files above with command

    adb install \com.android.vending-19032013.apk adb install \com.google.android.gms-19032013.apk

提交回复
热议问题