Open pkaul opened 9 years ago
Hi there,
Thanks for reporting. I believe you need to install/update Google Play Services on the device. This error results from a problem displaying the dialog that prompts the user to do so. You should be able to update from the Play Store.
Hi, thanks for your answer! I will try this out. But just wondering: Shouldn't be the google-play-services plugin come with all required resources so that the mentioned error dialog is displayed properly? Or how can an app developer make sure that the end user's device is up-to-date so that no such error occurs?
Yeah—the plugin is supposed to come with the dialog resources. It's a bug we're looking at. :)
Are you using this with cca
or cordova
? Which version?
Ah, that's good to hear that this is a bug and you are already investigating!
Currently, I'm using cordova 4.0.0 via https://www.npmjs.org/package/grunt-cordovacli
Cheers P.
Here is a similar issue, and it contains a couple of potential solutions (one short term and one long term). In short, though, the solution is to build using gradle instead of ant. Can you let us know if you find success with either solution?
Hey, deleting [cordova_work]/platforms/android/custom_rules.xml
works for me! But I can't explain to myself why this works. :)
Thank you very much for this hint!
Here are the relevant bugs for this issue:
Doesn't seem like it is going to be fixed anytime soon.
Hi,
adding the google-play-services as a plugin to my project doesn't seem to be sufficient this service to work properly on an Android (4.0.4) phone. The app crashes with after writing these messages to the log:
Do you have an idea what is going wrong or what I might have missed?