我是离子框架的新手,在android mobile上调试应用程序时无法获取检查元素,因此我尝试安装人行横道
通过以下步骤

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


谁能帮助我解决这个错误。
提前致谢。

最佳答案

我认为我面临的错误不是由于人行横道,而是由于$ cordovaImagePicker插件,我在删除插件后尝试过,然后安装了人行横道,它工作得很好

关于android - 运行 ionic 人行横道集成时出错,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/28668368/

10-10 07:12