flutter 使用插件提示 its dependencies aren't compatible with AndroidX 解决方案
flutter 项目中集成了 flutter_inappbrowser,打包的时候提示 its dependencies aren’t compatible with AndroidX 解决方案
dependencies aren’t compatible with AndroidX主要原因是AndroidX引起的。
配置方法
android/gradle.properties
加入
android.enableJetifier=true
android.useAndroidX=true
更多关于flutter 使用插件提示 its dependencies aren't compatible with AndroidX 解决方案的实战系列教程也可以访问 https://www.itying.com/category-92-b0.html
1 回复
更多关于flutter 使用插件提示 its dependencies aren't compatible with AndroidX 解决方案的实战系列教程也可以访问 https://www.itying.com/category-92-b0.html