Android ads google play services is missing

有些话、适合烂在心里 提交于 2019-12-24 12:34:05

问题


I recently tried adding admob ads into my android app, Everything works fine on my emulator, ads are shown and no problems whatsoever.

However, When i my app on my android device, i get this message in logcat: W/GooglePlayServicesUtil(1424): Google Play services is missing.

And no ads are shown, whereas on my emulator ads are shown (test ads though).

I have included the google-play-services-lib into my project.

Thanks


回答1:


Update your SDK with latest Google APIs. Create another emulator (or re-create existing one) with target Google API (for e.g. 19). It worked for me.



来源:https://stackoverflow.com/questions/24341581/android-ads-google-play-services-is-missing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!