RxTool
RxTool copied to clipboard
2.6.3版本编译出错
空项目引入
//基础工具库
implementation 'com.github.tamsiree.RxTool:RxKit:2.6.3'
//UI库
implementation 'com.github.tamsiree.RxTool:RxUI:2.6.3'
稳定复现
提示
Manifest merger failed : android:exported needs to be explicitly specified for android:exported
when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
这是来自QQ邮箱的假期自动回复邮件。 您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
空项目引入 //基础工具库 implementation 'com.github.tamsiree.RxTool:RxKit:2.6.3' //UI库 implementation 'com.github.tamsiree.RxTool:RxUI:2.6.3' 稳定复现 提示 Manifest merger failed : android:exported needs to be explicitly specified for . Apps targeting Android 12 and higher are required to specify an explicit value for
android:exported
when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.
我也是遇到了这个问题,用了之前Java版本的2.4.1远古版本凑合
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
这是来自QQ邮箱的假期自动回复邮件。 您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
我也是遇到这个问题,把build gradle中的compileSdk 和targetSDK都换到31以下就行,然后对应更改依赖中的material和appcompat都降低一个正式版本就行