pbernasconi / cordova-progressIndicator

Native Progress-Indicator for Cordova
pbernasconi.github.io/cordova-progressIndicator/
Apache License 2.0
90 stars 61 forks source link

ClassNotFoundException: plugin.xml needs to be updated with the new Android package name #25

Open araujoigor opened 9 years ago

araujoigor commented 9 years ago

Since .java package name was changed on commit 09314e576544371f8115df839b75666872d09667, plugin.xml needs to be updated accordingly in order to avoid ClassNotFoundException exceptions.

I opened a pull request (#24) with a fix.