-
Notifications
You must be signed in to change notification settings - Fork 140
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
Plugin crashes Android app #177
Comments
Yes we have the same problem! |
Do you have crash log from the phone console? |
Hi, we have the same problem. |
We have the same problem! I do not have any recent log messages, but we downgraded to an older version of the plugin to escape from the problems. |
In attach a part of my LogCat |
05-24 17:55:58.688: E/AndroidRuntime(23600): FATAL EXCEPTION: IntentService[GCMRegistrationService] Ok, it looks like google play services library you use is outdated :( The Pushwoosh plugin references the latest library as per Cordova guides: If using Intel XDK - you have to upgrade to the latest version of Intel XDK. Closing the thread now. |
Oh yes, you also need to update Android Support Library as per my comment above: The plugin references the latest version of Android Support Library: |
@named8 can you try the latest plugin? We've added minimum play/support library versions. This should help. Are there any other plugins you have by the way in your project which references these libraries? |
This is what I have: cd platforms/android releaseApk - ## Internal use, do not manually configure ## |
where can I check this references? |
@named8
|
Perhaps I didn't understand, but if I run in command:
return this message error: |
Any hint? thanks |
@named8
If you want to run them in one line:
Alternatively you can open platforms/android in Android Studio and run in Terminal:
(On Windows use gradlew.bat) |
I use the telerik appbuilder verified plugin |
Please anyone can help me? |
Let me google it for you :) |
@shaders thanks for your help (and your humor) but my problem with this plugin continues to exist. |
The problem has been identified above. You are using different incompatible versions of Android Support V4 and Google Play Services from Android SDK. I need the results of this gradleview command. |
Ok thanks. |
I think this might be an issue: I think you need to update Telerik plugin to Pushwoosh plugin. They are using old old old fork of 3.6.16 |
Everything was working just right until couple days back. Plugin calls like registerDevice and unregisterDevice are causing app to crash without being able to produce an exception in debug mode. (using the Visual Studio Telerik AppBuilder client). Is this a known issue? Has anyone encountered a similar problem lately? Tested on Android 6.
The text was updated successfully, but these errors were encountered: