本文介绍了AndroidStudio 模拟器“除非您更新 Google Play 服务,否则不会运行"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的模拟器有这个问题,我使用的是 API 5.1.1 并且我有来自 SDK Manager 的最新版本的 Google Play 服务.

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:

AndroidManifest.xml:

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

在 build.grable 中:

In the build.grable:

compile 'com.google.android.gms:play-services:+'

png"b8ad93c390d77f1c1a>77ef/p>

推荐答案

我将 SDK 从 5.1 降级到 5.0,它的工作.

I downgrade the SDK to 5.0 from 5.1 and it's work.

这篇关于AndroidStudio 模拟器“除非您更新 Google Play 服务,否则不会运行"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!