markcoleman/AngularGap

cordova plugins not found

Closed this issue · 3 comments

i've got error 404 /cordova_plugins.json is this normal?

Could you provide a bit more information on how to reproduce this error?

cordova-2.7.0.js 6410 line : xhr.open('GET', 'cordova_plugins.json', true); // Async
xhr.send();
on android device it's shows white screen, i'm run webserver on desktop on www and see that screen and console log :

iewport target-densitydpi is not supported. localhost/:25
Failed to load resource: the server responded with a status of 404 (File not found) http://localhost:8000/cordova_plugins.json
Uncaught SyntaxError: Unexpected token < localhost/:1
deviceready has not fired after 5 seconds. cordova-2.7.0.js:6255
Channel not fired: onPluginsReady cordova-2.7.0.js:6248
Channel not fired: onCordovaReady cordova-2.7.0.js:6248
Channel not fired: onCordovaConnectionReady cordova-2.7.0.js:6248

It appears to be an issue with Cordova and can be ignored or you can add in an empty json file (which i just did)

https://issues.apache.org/jira/browse/CB-3029?focusedCommentId=13647590&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13647590