-
Notifications
You must be signed in to change notification settings - Fork 918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
com.google.android.gms.R$string #64
Comments
Having the same issue on a my new cordova project. IOS runs perfect, Android app crashed on start. |
Sorry for your inconvenience. This error occurs because of the google-play-services.jar. (2) Don't use map.getMyLocation() |
I will release the next version in couple of hours. You should test again, and it will be fixed. |
I released the plugin version 1.1.0 (old version name v1.0.12). Please uninstall the plugin, then install it again. |
Android is working again :) Thanks for the quick updates :) |
Great! and sorry for inconvenient. |
google-play-services.jar version16.0.0 occurs this error because it's not AAR file.
To prevent this error, link the project to the Google Play Services library, but the Cordova CLI does not provide any automatic way for this step.
The text was updated successfully, but these errors were encountered: