Skip to content Skip to sidebar Skip to footer

Ionic App Crashes On Android Emulator And Device

I'm building an app using the Ionic framework and AngularJS. It used to run fine, now it crashes as soon as it starts in both the emulator and an Android device. What is weird is t

Solution 1:

It turns out the problem was caused by adding Phonegap's PushPlugin. I just had to remove android platform with ionic platform rm android and then add it again with ionic platform add android. Works fine now in both emulator and device.


Post a Comment for "Ionic App Crashes On Android Emulator And Device"