Skip to content
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

App crashes with the latest updates of Android SDK #375

Closed
tgensol opened this issue Feb 20, 2017 · 4 comments
Closed

App crashes with the latest updates of Android SDK #375

tgensol opened this issue Feb 20, 2017 · 4 comments
Labels
Milestone

Comments

@tgensol
Copy link
Contributor

tgensol commented Feb 20, 2017

Hi there,

With the new Android SDK (play services updated), my app was crashing. I found that this plugin was the cause.

I also found this : phonegap/phonegap-plugin-push#1591

We need to change the plugin.xml with :

Regards

@victorsosa
Copy link
Collaborator

sorry the change is empty; I can't see what need to be changed.

@tgensol
Copy link
Contributor Author

tgensol commented Feb 20, 2017 via email

@victorsosa
Copy link
Collaborator

victorsosa commented Feb 20, 2017

The change you propose can't be used:
<framework src="com.google.android.gms:play-services-analytics:10.2+" />
you are forcing everybody to use that version and above; No every env can work with that.
<framework src="com.google.android.gms:play-services-analytics:+" />
this should works and have been working for a long time.
Thanks for the PR

@victorsosa victorsosa added this to the 1.7.5 milestone Feb 28, 2017
@victorsosa
Copy link
Collaborator

victorsosa commented Feb 28, 2017

As they already fixed the issue as I mention before:
phonegap/phonegap-plugin-push#1591

thanks for the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants