我正在尝试运行GooglePlayServices示例,但在Auth示例中,按下Greet Me按钮时出现以下错误:
com.google.android.gms.auth.GoogleAuthException:由于错误9,GooglePlayServices不可用
和签名无效。找到XXXX
错误在于通话 GoogleAuthUtil.getToken(mActivity,mEmail,mScope);
我没有做任何其他事情,只需编译并运行示例。
我的设备上安装了Google Play服务。
我错过了什么吗?
由于
答案 0 :(得分:3)
Google Play服务的推出仅适用于运行最新版Google Play商店的Android 2.2+设备。 当此设备上安装的Google Play服务版本不可信时,您将获得error code 9。
希望这有帮助。