简体   繁体   English

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

[英]geetting error while running ionic crosswalk integration

i am new to ionic framework, i was unable to get the inspect elements when i debug my application on my android mobile, so i tried installing crosswalk with the following steps 我是离子框架的新手,在android mobile上调试应用程序时无法获取检查元素,因此我尝试通过以下步骤安装人行横道

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

i had followed the steps and even tried uninstalling the application and reverting the crosswalk, but the error remains same. 我已经按照步骤操作,甚至尝试卸载应用程序并还原人行横道,但是错误仍然相同。 this is the error which i am facing. 这是我面临的错误。

* 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

can anyone help me with this error. 谁能帮助我解决这个错误。 thanks in advance. 提前致谢。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM