cordova - cordova_plugins.js is missing -
i keep getting following error when try launch inappbrowser:
failed load resource: server responded status of 404 (not found) http://localhost:8000/cordova_plugins.js
when "cordova/platforms/android/assets/www/cordova_plugins.js" file indeed missing.
the strange thing see:
writing out cordova_plugins.js...
my build process looks this:
cordova create cordova com.myapp.mobile myapp cd cordova cordova platform add android cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git cordova build cordova serve android
i think might bug in cordova (i'm running 3.0.6). experiencing same problem. file gets generated fine (check after cordova build
line) gets deleted when run cordova serve android
line.
update:
as workaround, running server in background , building seems make file available again.
it seems problem www folder gets replaced 'serve' action. had quick flick through source code nothing jumped out :(
Comments
Post a Comment