在我的应用程序中,我使用的是Googleplay服务,所以我在gradle文件中使用了编译'com.google.android.gms:play-services:8.4.0'。即使我尝试了下面的解决方案,也得到了"com.google.android.gms.measurement is null“问题
我在<
我已经做了好几次这个代码了。但从今天早上起,我就看到这个问题发生了。这是显示地图布局的基本代码。向我展示这个错误。此外,我还正确地输入了API键。,我搜索了其他的StackOverflow帖子,但是没有什么适合我。* If GooglePlay services is not installed on the device, the user will be prompted to install"
a
嗨,在编译我的项目时,我正在使用eclipse,我在Android文件中得到了一条错误消息。No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version我该怎么解决呢?