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

24,513

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.

Share:
24,513
theanilpaudel
Author by

theanilpaudel

Computer Fanatic, studying JAVA and so android

Updated on July 23, 2022

Comments

  • theanilpaudel
    theanilpaudel almost 2 years

    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.