3
votes

I'm getting the following errors when testing my app on chrome:

GET file:///www/cordova_plugins.js net::ERR_FILE_NOT_FOUND cordova.js:6189

OPTIONS file:///!gap_exec?1397986793096 net::ERR_FILE_NOT_FOUND cordova.js:1034

deviceready has not fired after 5 seconds. cordova.js:5720 Channel not fired: onCordovaConnectionReady cordova.js:5720 Channel not fired: onCordovaInfoReady

People are asking similar questions, but I can't seem to get the error to go away. Currently I'm developing on iOS and I am not using any plugins. Can anyone shed some light on this?

1

1 Answers

3
votes

you can not test your application on chrome. cordova.js file will be embedded after building the project. try building and deploying your app on the device or emulator.