2016-01-12 70 views
0

第一次构建成功执行。如果我在第二次显示错误时做了同样的事情(重新启动系统后,它只能第一次正常工作),任何人都需要为我完成。构建离子应用程序时显示错误

BUILD FAILED 

Total time: 15.838 secs 
FAILURE: Build failed with an exception. 

* What went wrong: 
Execution failed for task ':mergeDebugAssets'. 
> Executor Singleton not started 

* Try: 
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output. 

E:\xampp\htdocs\Apps\trukr\platforms\android\cordova\node_modules\q\q.js:126 
        throw e; 
         ^
Error code 1 for command: cmd with args: /s /c "E:\xampp\htdocs\Apps\trukr\platf 
orms\android\gradlew cdvBuildDebug -b E:\xampp\htdocs\Apps\trukr\platforms\andro 
id\build.gradle -Dorg.gradle.daemon=true" 
ERROR building one of the platforms: Error: cmd: Command failed with exit code 1 

You may not have the required environment or OS to build this project 
Error: cmd: Command failed with exit code 1 

截图:http://i.stack.imgur.com/KBOBW.png

回答

0

你可以试试这个。它可能有帮助

ionic platform remove android 
ionic platform add android 
+0

我试过但面临同样的问题。 –

相关问题