
Android
文章平均质量分 72
北海南竹
我很懒,没有添加简介
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Manifest merger failed : Apps targeting Android 12 and higher are required to specify an 解决办法
Android studio启动app报错Manifest merger failed : 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/to原创 2021-09-29 09:49:25 · 11262 阅读 · 8 评论 -
Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.
前一阵子脑子抽了更新了AS与Gradle插件,最近新建项目的时候,突然出问题了,提示:Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.You can try some of the following options: - changing the IDE settings. - changing the JAVA_HOME environment variable. - ch...原创 2021-08-20 17:23:45 · 20317 阅读 · 3 评论 -
运行大疆Sample_code注册sdk失败
运行大疆官网所给的示例代码Sample_Code,点击Register APP提示注册失败SDK Registration Failed. Please check the bundle ID and your network connectivity....解决办法参考: 1.检查是否在AndroidManifest.xml文件中value的对应值替换为在官网申请的key,如果没有,需要去官网注册并申请app key。<meta-data android:n...原创 2021-07-22 11:13:11 · 1231 阅读 · 0 评论 -
Manifest merger failed : Apps targeting Android 12 and higher are required to specify an explicit
Android Studio启动app时报错:Manifest merger failed : 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/原创 2021-07-19 09:49:56 · 47429 阅读 · 25 评论