我是第一次使用Android Studio用户,尝试从提供的示例中运行Google Map
应用。 Android-Studio
使用Gentoo Linux
在Java 8
平台上运行Google Play services
。我已按照有关如何添加Gradle
的说明,将定义添加到GoogleAPIClient
,尽管我可以说它是没有Google Play服务支持的虚拟设备。我还添加了亲保护规则,错误总是一样的。构建规则和依赖项具有文档中的条目。它看起来应该有效。
很明显,我遗漏了一些基本的东西。基本的HelloWorld运行良好,我对谷歌的安全性以及调用它们的机制感到磕磕绊绊。查看文档,我看到对ActivityNotFound
的引用 - 在尝试连接之前是否必须设置客户端连接?是否有样本代码可以正确定义此过程及其所有部分?
工作室本身处于目前的修订水平。从错误中,是否有可能错过了其他内容,09-10 10:07:16.449 1006-1006/cx.ath.klatt.test1 E/AndroidRuntime﹕ FATAL EXCEPTION: main
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=market://details?id=com.google.android.gms flg=0x80000 pkg=com.android.vending }
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1622)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1417)
at android.app.Activity.startActivityForResult(Activity.java:3370)
at android.app.Activity.startActivityForResult(Activity.java:3331)
at android.support.v4.app.FragmentActivity.startActivityForResult(FragmentActivity.java:840)
at android.app.Activity.startActivity(Activity.java:3566)
at android.app.Activity.startActivity(Activity.java:3534)
at com.google.android.gms.dynamic.a$5.onClick(Unknown Source)
at android.view.View.performClick(View.java:4204)
at android.view.View$PerformClick.run(View.java:17355)
at android.os.Handler.handleCallback(Handler.java:725)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5041)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
at dalvik.system.NativeStart.main(Native Method)
09-10 10:07:18.929 1006-1006/cx.ath.klatt.test1 I/Process﹕ Sending signal. PID: 1006 SIG: 9
09-10 10:07:47.989 1035-1035/cx.ath.klatt.test1 W/GooglePlayServicesUtil﹕ Google Play services is missing.
例外?
LogCat消息流
{{1}}
答案 0 :(得分:0)
您正在安装的设备,需要安装Google Play服务,并且还需要更新。