The Google Play services resources were not found. Check your project configuration to ensure that the resources are included [duplicate]

一笑奈何 提交于 2019-12-04 03:09:54

问题


Whenever I try to run the Google Map API v2 project it shows the following error "The Google Play services resources were not found. Check your project configuration to ensure that the resources are included." Actually I was trying to add a marker to a specific location whenever clicked on a List Item but I don't see any markers instead I get the App stopped working message in the device. I then checked on the sdk manager and there was an update available for Google Play Services and I downloaded it but also the error is there. So please anyone help.


回答1:


I was having this same error in LogCat. Everything was working fine, but it appears the cause of the error message for me was setMyLocationEnabled()

I removed that and stopped getting the error message but added it back because I need it. It doesn't seem to be affecting my app negatively though.



来源:https://stackoverflow.com/questions/18190412/the-google-play-services-resources-were-not-found-check-your-project-configurat

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