AAPT: error: resource android:attr/lStar not found.

今天运行flutter Android 项目,突然就运行不起来了。

后来发现是有些插件升级导致的。

他们使用了是 androidx.appcompat:appcompat:1.4.0 对应的core:1.7.0

implementation 'androidx.appcompat:appcompat:1.4.0'

解决方案:

把插件的版本改成对应是 androidx.appcompat:appcompat:1.3.1 对应的core:1.5.0

implementation 'androidx.appcompat:appcompat:1.3.1'

猜你喜欢

转载自blog.csdn.net/hzqit520/article/details/124271048
今日推荐