You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cp: copyFileSync: could not write to dest file (code=ENOENT):D:\Work\Workspace\cordova\Hello\platforms\android\res\xml\config.xml
Parsing D:\Work\Workspace\cordova\Hello\platforms\android\res\xml\config.xml failed
(node:9928) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: ENOENT: no such file or directory, open 'D:\Work\Workspace\cordova\Hello\platforms\android\res\xml\config.xml'
执行
cordova plugin add x5webview-cordova-plugin
命令,会自动将依赖libs
移动到了原生(android)工程的根目录下,而不是在app
目录,再执行cordova build android
时导致https://github.com/apache/cordova-android/blob/6abd6d6b477966d6a40420800376d28bacd1d940/bin/templates/cordova/Api.js#L82
条件无法满足,造成找到文件路径
The text was updated successfully, but these errors were encountered: