科尔多瓦没有建造。 platform \ android下不存在Res文件夹

时间:2018-01-13 10:32:34

标签: android cordova ionic3

我正在构建离子应用程序。离子和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'
  • cordova版本:8.0.0
  • 离子版:3.19.0
  • 安装了android平台:android 7.0.0

1 个答案:

答案 0 :(得分:1)

对于Android 7.0.0或更高版本的平台,您必须更改" res /"到" app / src / main / res /"