我正在建立一個第一個cordova項目。Cordova 6.4.0:android平臺安裝白名單錯誤
全球安裝科爾多瓦和creting第一應用程序庫 想設置了Android平臺這條命令中後:
科爾多瓦平臺添加的Android --save
但這一行動的結束代此錯誤消息:
BUILD FAILED
Total time: 0.989 secs Failed to install 'cordova-plugin-whitelist':Error: /home/firas/Bureau/Cordova/HelloWorld/HelloWorld/platforms/android/gradlew: Command failed with exit code 1 at ChildProcess.whenDone (/home/firas/Bureau/Cordova/HelloWorld/HelloWorld/platforms/android/cordova/node_modules/cordova-common/src/superspawn.js:169:23) at emitTwo (events.js:87:13) at ChildProcess.emit (events.js:172:7) at maybeClose (internal/child_process.js:821:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) Error: /home/firas/Bureau/Cordova/HelloWorld/HelloWorld/platforms/android/gradlew: Command failed with exit code 1
我試圖刪除並重新添加的Adroid平臺,但是問題仍然存在,我也試圖安裝插件白名單(科爾多瓦插件添加[email protected])
也是我面臨着同樣的問題,並完成由不能夠建立或運行我的第一個應用程序HELLOWORD
在該版本之前版本是'6.2.0'仍然可以正常使用所有的命令和插件,所以你也可以安裝這個版本。我們發現使用最新的6.4.0版本來處理cordova的舊+新項目時遇到了很多問題。 –
是的,是的,非常感謝 – firasKoubaa
@firasKoubaa我有最新的科爾多瓦6.4.0,我可以添加沒有問題的android平臺。假設你可能需要深入挖掘以得出 – Gandhi