运行离子人行横道集成时出错

时间:2015-02-23 06:56:53

标签: android crosswalk-runtime

我是离子框架的新手,当我在Android手机上调试我的应用程序时,我无法获取检查元素,所以我尝试安装人行横道 执行以下步骤

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 个答案:

答案 0 :(得分:1)

我认为我面临的错误不是由于人行横道,而是由于$ cordovaImagePicker插件,我尝试删除插件然后安装了人行横道它完美无缺

相关问题