2015-02-23 44 views
1

我是新來的離子框架,同時,我無法獲得當調試在我的Android手機我的應用程序的檢查元素,所以我嘗試安裝人行橫道 下面的步驟geetting錯誤運行離子人行橫道整合

npm install -g ionic 
ionic platform add android 
ionic browser add crosswalk 

我按照步驟,甚至嘗試卸載應用程序並恢復人行橫道,但錯誤仍然相同。這是我面臨的錯誤。

* What went wrong: 
Execution failed for task ':processArmv7DebugManifest'. 
> Manifest merger failed with multiple errors, see logs 

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

BUILD FAILED 

Total time: 41.063 secs 

G:\GTM\Ionic\ionic programs\recipes\platforms\android\cordova\node_modules\q\q.j 
s:126 
        throw e; 
         ^
Error code 1 for command: cmd with args: /s /c ""G:\GTM\Ionic\ionic programs\rec 
ipes\platforms\android\gradlew" cdvBuildDebug -b "G:\GTM\Ionic\ionic programs\re 
cipes\platforms\android\build.gradle" -PcdvBuildArch=arm -Dorg.gradle.daemon=tru 
e" 
ERROR running one or more of the platforms: Error: cmd: Command failed with exit 
code 1 
You may not have the required environment or OS to run this project 

任何人都可以幫助我解決這個錯誤。 在此先感謝。

回答

1

我認爲錯誤我面臨的是不是由於人行橫道,但由於$ cordovaImagePicker插件,我試圖消除插件後再安裝人行橫道它工作完全正常

+0

我認爲問題是因爲你大廈科爾多瓦應用程序,你正在添加離子插件。 :) – Mayur 2015-11-07 10:14:58

相關問題