私は ionic フレームワークを初めて使用します。Android モバイルでアプリケーションをデバッグするときに検査要素を取得できなかったので、次の手順で crosswalk をインストールしようとしました
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
誰でもこのエラーで私を助けることができます。前もって感謝します。