Reputation: 9
I created an cordova-app, added the push-plugin (github.com/phonegap/phonegap-plugin-push) and also added the quick-example code.
But when i want to emulate the app in eclipse it fails with "unfortunately app has stopped". I found out that the problem is the push-plugin. I´m guessing it cannot register?!
Logcat/DDMS says this (screenshot):
Is there a class missing (looks like something went wrong with class "com.google.android.gms.iid.InstanceID")? How can I fix this?
Can someone please help me?
THANKS!
Upvotes: 0
Views: 154
Reputation: 354
It is class not found exception
, maybe you miss a jar in your app , please check jar in libs
and your project if you have referenced the jar
or library
.
Upvotes: 1