Skip to content Skip to sidebar Skip to footer

The Google Play Services Resources Were Not Found. Check Your Project Configuration To Ensure That The Resources Are Included

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

Solution 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.

Post a Comment for "The Google Play Services Resources Were Not Found. Check Your Project Configuration To Ensure That The Resources Are Included"