AAPT: error: resource android:attrlStar not found.

AAPT: error: resource android:attrlStar not found.,第1张

今天运行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'

欢迎分享,转载请注明来源:内存溢出

原文地址: http://www.outofmemory.cn/langs/736409.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-28
下一篇 2022-04-28

发表评论

登录后才能评论

评论列表(0条)

保存