wba1919
wba1919

Reputation: 9

App build fails by Push-Plugin - Cordova 5.3.3 Android Eclipse

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): 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

Answers (1)

John Zhang
John Zhang

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

Related Questions