Skip to content Skip to sidebar Skip to footer

Meteor+cordova - "deviceready Has Not Fired" On Android

I am trying to use AngularJS with Meteor generated Android app, but on launching I see the following logs: I20150214-10:02:23.331(5.5) (android:meteor_cordova_loader.js:12) METEOR

Solution 1:

There could be many reason how may cause this kinda of issue.

Seems like running android on old devices can be a problem take a look into this GitHub Issue

Im pretty sure that deviceready has not fired after 5 secondsits kinda a warning message.

Check how many packages you have installed on the app.

Are you running on Phisical device? or adb?

Try with --verbose option to and put the logs here.

like this

meteor run android-device --mobile-server=your-url-app --verbose

Tell me if works

Post a Comment for "Meteor+cordova - "deviceready Has Not Fired" On Android"