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

前端 未结 11 712
死守一世寂寞
死守一世寂寞 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条回答
  •  一整个雨季
    2021-01-04 03:32

    I had the same issue. But I followed the following things
    1) First download the latest build tools and play services in Android SDK 
    Android Studio -> Tools -> Android -> SDK Manager -> SDK Tools -> Android SDK Build Tools -> Install them 
    & install Play Services by following same steps 
    
    2) Create a new emaulator with latest api level for ex( API level : 28)
    
    3) Run the app in the latest emulator 
    
    It will work fine.
    

提交回复
热议问题