xuexiangjys / XUI

💍A simple and elegant Android native UI framework, free your hands! (一个简洁而优雅的Android原生UI框架,解放你的双手!)
https://xuexiangjys.github.io/XUI/
Apache License 2.0
4.9k stars 838 forks source link

AndroidX,Gradle是7.0.2,无法使用二维码控件_XQRCode,报错 #125

Closed zhoulongyaun closed 2 years ago

zhoulongyaun commented 2 years ago

我在使用二维码控件_XQRCode时遇到了问题。 原来的项目gradle是5.4.1,可以使用。后来升级到7.0.2就无法使用了。引入没有问题,在编译的时候报错,报错如下:

Manifest merger failed : android:exported needs to be explicitly specified for <activity>. Apps targeting Android 12 and higher are required to specify an explicit value forandroid:exportedwhen the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details. 这是我build.gradle的配置: image 我在网上查到的是修改启动项 Activity,但是我已经修改了,还是有问题。 image

望大佬指点一二。

xuexiangjys commented 2 years ago

把targetsdk降到30以下