【エラー】D8: Program type already present: android.support.v4.os.ResultReceiverの解決方法
はじめに
いつも通りionic5で開発したアプリをionic cordova run android
でビルドしてAndroid端末にインストールしようとしたのですが、D8: Program type already present: android.support.v4.os.ResultReceiver
というエラーが発生しました。
解決方法を記載します。
解決方法
-
ionic cordova plugin add cordova-plugin-androidx
を実行
-
ionic cordova plugin add cordova-plugin-androidx-adapter
を実行
cordova-plugin-androidxとは
ionic cordova plugin add cordova-plugin-androidx
を実行ionic cordova plugin add cordova-plugin-androidx-adapter
を実行CordovaプロジェクトでAndroidサポートライブラリの後継であるAndroidXを有効にします。
https://github.com/dpa99c/cordova-plugin-androidx
cordova-plugin-androidx-adapterとは
CordovaプロジェクトにAndroidサポートライブラリとAndroidXの両方を参照するプラグイン/ライブラリが含まれている場合に必要。
Androidサポートライブラリへの参照をAndroidXにマッピングしてくれる。
https://github.com/dpa99c/cordova-plugin-androidx-adapter
おわりに
開発中にインストールしたプラグインでAndroidXが必要だったため、エラーが起きていたようです。
参考
Author And Source
この問題について(【エラー】D8: Program type already present: android.support.v4.os.ResultReceiverの解決方法), 我々は、より多くの情報をここで見つけました https://qiita.com/se_fy/items/350749f8ad9ce714a594著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .