当我尝试启动 inappbrowser 时,我不断收到以下错误:
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8000/cordova_plugins.js
当我查找“cordova/platforms/android/assets/www/cordova_plugins.js”时,该文件确实丢失了。
奇怪的是,我看到:
Writing out cordova_plugins.js...
我的构建过程如下所示:
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