RxTool icon indicating copy to clipboard operation
RxTool copied to clipboard

2.6.3版本编译出错

Open yclnycl opened this issue 3 years ago • 6 comments

空项目引入 //基础工具库 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.

yclnycl avatar Dec 09 '21 08:12 yclnycl

这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

leijava avatar Dec 09 '21 08:12 leijava

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

sherrylou avatar Dec 09 '21 08:12 sherrylou

空项目引入 //基础工具库 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远古版本凑合

Awoodwhale avatar Feb 07 '22 10:02 Awoodwhale

这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

leijava avatar Feb 07 '22 10:02 leijava

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

sherrylou avatar Feb 07 '22 10:02 sherrylou

我也是遇到这个问题,把build gradle中的compileSdk 和targetSDK都换到31以下就行,然后对应更改依赖中的material和appcompat都降低一个正式版本就行

dyjcow avatar Apr 15 '22 11:04 dyjcow