gpt4 book ai didi

java - 创建签名的 bundle 版本。错误 : Android resource linking failed

转载 作者:行者123 更新时间:2023-12-05 03:20:09 25 4
gpt4 key购买 nike

我是java android的初学者。

在 Android Studio 中发布 Java 项目“Create signed bundle”时出现如下错误(当我选择 debug 时它们是正常构建的):

我在谷歌搜索引擎和 stackoverflow 上搜索了一个解决方案。所提供的答案均未帮助解决此问题。

Android resource linking failed
C:\Users\user\AndroidStudioProjects\Door\app\build\intermediates\packaged_manifests\release\AndroidManifest.xml:22: error: resource mipmap/ic_launcher (aka com.example.door:mipmap/ic_launcher) not found.
C:\Users\user\AndroidStudioProjects\Door\app\build\intermediates\packaged_manifests\release\AndroidManifest.xml:22: error: resource mipmap/ic_launcher_round (aka com.example.door:mipmap/ic_launcher_round) not found.
error: failed processing manifest.

安卓 list .xml

...
<application
android:allowBackup="true"
<!--When I delete these two lines, the build ends successfully.-->
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true"
android:theme="@style/Theme.Door">
...

enter image description here

提前致谢。

最佳答案

我刚刚找到了一个解决方案......

转到你的项目文件夹,你会看到这样的..

enter image description here

注意您将只有调试文件夹。所以创建一个名为 release 的新文件夹并复制 debug 文件夹中的所有内容并生成 apk 现在它可以工作了

谢谢

关于java - 创建签名的 bundle 版本。错误 : Android resource linking failed,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73268365/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com