AndroidStudio emulator “won't run unless you update Google Play Services”

前端 未结 11 806
死守一世寂寞
死守一世寂寞 2021-01-04 02:47

I have this problem with my emulator, i\'m using API 5.1.1 and i have the lastest version of Google Play Services from SDK Manager.

AndroidManifest.xml:



        
11条回答
  •  Happy的楠姐
    2021-01-04 03:07

    Change the SDK in your emulator to v21 or lower. Physical devices are not effected by this issue.

    The reason Android is complaining about an update for Google Play services is related to a known issue in Android emulators for API v22 and up (at this time 23). https://code.google.com/p/android/issues/detail?id=176348

    You should try to use the latest version of Play Services in your build script as users are generally forced to have the latest version of this on their device.

提交回复
热议问题