Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The Google Play services resources were not configured

Before you read this, NOTICE:

I have done my research and have read other questions like the following The Google Play services resources were not found. Check your project configuration to ensure that the resources are included and more,

the error I get is:

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

I'm Using Eclipse

What they offered in other questions

  • updating all the packages & software
  • adding the library to the Java Build Path (I am using Eclipse)
  • using the Google API instead of the Android one (in project properties -> android)

none of these solutions seems to help, and I'm hoping maybe someone will have a better solution here

What Service I am using

I'm trying to use Google's GCM Service

so...anyone?

like image 339
Amir.F Avatar asked Sep 17 '13 11:09

Amir.F


1 Answers

It happened for me when Location Service is not able to get the current location by any means - and setMyLocationEnabled(true) is called.

like image 198
qgicup Avatar answered Oct 20 '22 19:10

qgicup