AAPT: error: resource android:attr/lStar not found. (已解决)

今天在运行项目的时候报了个错,如下:

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

是我把项目中的appcompat的版本提高了,但是我用的是java,把版本降低就能正常运行了

implementation 'androidx.appcompat:appcompat:1.5.1'

改成

implementation 'androidx.appcompat:appcompat:1.2.0'

猜你喜欢

转载自blog.csdn.net/fromVillageCoolBoy/article/details/129481825
今日推荐