[AC-1160] Android Error - GooglePlayServicesUtil: The Google Play services resources were not found.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Not Our Bug |
Resolution Date | 2016-01-12T08:41:26.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Shawn Lan |
Assignee | Shak Hossain |
Created | 2016-01-07T18:33:34.000+0000 |
Updated | 2016-03-08T07:37:31.000+0000 |
Description
When running the app on the device, the error shows during launch:
[ERROR] : GooglePlayServicesUtil: The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
My app doesn't use ti.map, but uses ti.cloudpush. It seems this error doesn't affect my app, but why is it there?
Please revisit this issue. See the comments from TC-5476. Thanks.
Hello, This issue is not reproducible in our environment. Though this is a device issue. And also, not of Appcelerator platform issue. There are similar [post](http://stackoverflow.com/questions/18068627/logcat-message-the-google-play-services-resources-were-not-found-check-your-pr) on the issue in the web. We tried in various devices 4.4.2, 5.0.2, 6.0. Push notification is working fine. There are some recommandations you can follow. 1. Try updating Titanium SDK. 2. Try rechecking your project configuration on google developer console. 3. Make sure your device has [Google Play services](https://play.google.com/store/apps/details?id=com.google.android.gms&hl=en) This is a bug in the Google Play services library, and it is filed here under [issue 755](https://code.google.com/p/google-plus-platform/issues/detail?id=755). Hope this helps, Thanks.