当前位置: 首页 > 工具软件 > :attr > 使用案例 >

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

严阳秋
2023-12-01

问题:

gradle\caches\transforms-2\files-2.1\63f4be471daa03efa3fa9cd5e07f9f76\core-1.7.0-alpha02\res\values\values.xml:105:5-114:25: AAPT: error: resource android:attr/lStar not found.

解决办法(ktx:后面要有具体版本号,不可以直接是加号)

implementation "androidx.core:core-ktx:1.2.0"

 类似资料:

相关阅读

相关文章

相关问答