-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
什么时候适配andorid12 呢? #146
Comments
已收到
|
您发给我的信件已经收到。
谢谢!
|
主module重新声明一波这个Acitivity即可 |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
您发给我的信件已经收到。
谢谢!
|
在你项目的 AndroidManifest 里加上这行 声明下exported ="true"就可以编译通过 |
您发给我的信件已经收到。
谢谢!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
compileSdk = 32 即android12 ,activity注册清单包含intent-filter后 exported必须指定为true,否则编译无法通过。
The text was updated successfully, but these errors were encountered: