ZQ330093887 / GankFlutter

干货集中营 客户端 flutter版
471 stars 77 forks source link

androidx兼容问题 #8

Open selfimprW opened 5 years ago

selfimprW commented 5 years ago

错误信息: /Users/mahdi/Documents/Flutter/GankFlutter/build/app/intermediates/manifests/full/debug/AndroidManifest.xml:24: AAPT: No resource identifier found for attribute 'appComponentFactory' in package 'android'

FAILURE: Build failed with an exception.

BUILD FAILED in 1s


The Gradle failure may have been because of AndroidX incompatibilities in this Flutter app. See https://goo.gl/CP92wY for more information on the problem and how to fix it.


Finished with error: Gradle task assembleDebug failed with exit code 1

解决办法: flutter_webview_plugin 版本号改成0.2.0;

ZQ330093887 commented 5 years ago

改成0.2.0就OK吗

selfimprW commented 5 years ago

改成0.2.0就OK吗

是的,你试下,有问题可以贴出来一起解决

ZQ330093887 commented 5 years ago

好的,谢谢我试试看