如何在 Android Studio 中修复 android app bundle 导出错误
How to fix android app bundle exported error in Android Studio
您好,我只想为我的应用程序发布更新,当我将应用程序包上传到 Google Play 控制台时,我收到此错误:Error showing in Play Console
我看到了一些解决方案。因为他们告诉我添加一个名为 android:exported="true"
的行,然后他们告诉我查看合并的清单。这是我的:Merged Manifest to see the log. It is showing me the same error in merged manifest. But I can't Solve it. Please help me with this. Thanks in advance. This is my manifest file: Manifest file
GitHub-AlarmManger您正在使用的这个库(直接或通过依赖项)已经很长时间没有更新了。合并的清单从那里抛出错误。您可以分叉库并自己修复它,或者考虑使用不同的库。
如果你想分叉并修复:
- 分叉库
- 修复那里的清单
- 转到 JitPack 并找到您的存储库
- 将其用作依赖项
您好,我只想为我的应用程序发布更新,当我将应用程序包上传到 Google Play 控制台时,我收到此错误:Error showing in Play Console
我看到了一些解决方案。因为他们告诉我添加一个名为 android:exported="true"
的行,然后他们告诉我查看合并的清单。这是我的:Merged Manifest to see the log. It is showing me the same error in merged manifest. But I can't Solve it. Please help me with this. Thanks in advance. This is my manifest file: Manifest file
GitHub-AlarmManger您正在使用的这个库(直接或通过依赖项)已经很长时间没有更新了。合并的清单从那里抛出错误。您可以分叉库并自己修复它,或者考虑使用不同的库。
如果你想分叉并修复:
- 分叉库
- 修复那里的清单
- 转到 JitPack 并找到您的存储库
- 将其用作依赖项