我这样做:
cordova create hello com.example.hello HelloWorld
cd hello
cordova platform add android
cordova plugin add https://github.com/jonathannaguin/BarcodeScanner.git
cordova build
cordova prepare
当文件index.html控制台出错时
"GET www/cordova.js net::ERR_FILE_NOT_FOUND "
我做错了什么?我该如何解决问题?