我正在构建离子应用程序。离子和cordova更新后,我开始遇到问题。我正在尝试构建android平台,但是我收到了以下错误:
cp: copyFileSync: could not write to dest file
(code=ENOENT):PROJECT_PATH\platforms\android\res\xml\config.xml
Parsing PROJECT_PATH\platforms\android\res\xml\config.xml failed
(node:13716) UnhandledPromiseRejectionWarning: Unhandled promise
rejection (rejection id: 1): Error: ENOENT: no such file or directory,
open 'PROJECT_PATH\platforms\android\res\xml\config.xml'
答案 0 :(得分:1)
对于Android 7.0.0或更高版本的平台,您必须更改" res /"到" app / src / main / res /"