android studio 报错 AAPT: error: style attribute ‘attr/colorPrimary (aka com.
是因为把这个implementation'androidx.appcompatappcompat1.2.0'给删掉了。还有一种可能是在sdk版本低的情况下,把这个删掉也可以解决,删掉的时候一定要把app内引用的appcompat内的东西删掉。
·
是因为把这个 implementation 'androidx.appcompat:appcompat:1.2.0' 给删掉了。 dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' }
还有一种可能是在sdk版本低的情况下,把这个删掉也可以解决,删掉的时候一定要把app内引用的appcompat内的东西删掉
更多推荐
已为社区贡献3条内容
所有评论(0)