简体   繁体   English

Android:如何确定Google Play服务是否已正确安装

[英]Android: How to determine if Google Play Services was correctly installed

I'm building an Android app using Eclipse on OS X. I've been through numerous tutorials on adding Google Play Services to my app. 我正在OS X上使用Eclipse构建一个Android应用程序。我已经完成了许多教程,将Google Play服务添加到我的应用程序中。 I believe I've installed it correctly. 我相信我已经正确安装了它。 However, I'm having issues with Admob ads and I think it might be related to Google Play Services. 但是,我在使用Admob广告时遇到问题,我认为这可能与Google Play服务有关。

How can I determine if Google Play Services was correctly installed? 如何确定Google Play服务是否已正确安装?

I didn't see anything in the terminal when I tried: 我尝试时在终端上什么也没看到:

./adb logcat | grep -i googleplay

Check this link for Google play services setup and verification 检查此链接以进行Google Play服务设置和验证

http://www.androiddesignpatterns.com/2013/01/google-play-services-setup.html http://www.androiddesignpatterns.com/2013/01/google-play-services-setup.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如果手机上没有安装谷歌播放服务,如何在Android应用程序中显示地图 - How to show maps in an android app, if google play services is not installed on a phone 如何正确添加google_play-services - How to add correctly google_play-services 如何正确验证Google Play服务的可用性? - How to correctly verify availability of google play services? 无法确定 Android 设备上是否安装了 Google Play 商店 - Cannot determine whether Google play store is installed or not on Android device 如何在我的 android 设备上禁用已安装的 Google Play 服务版本? - How do i disable installed version of Google Play services on my android device? 如何确定Android上Google Play服务的实际内部版本号? - How do I determine the actual build number for Google Play Services on Android? 当未安装Google Play服务且未安装Google Play商店时,如何捕获异常? - How to catch exception when Google Play Services are not installed and Google Play Store isn't installed also? Android Google Play服务 - Android Google Play services 如何在运行时确定是否通过amazon appstore或Google play安装了应用程序 - How to determine at runtime if app is installed via amazon appstore or Google play 如何在安装了Google Play服务的物理Nexus One上进行测试? - How to test on physical Nexus One with Google Play Services installed?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM