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?