Jenkins Gradle 应用程序:mergeDebugResources 无法打开 PNG 文件

编程入门 行业动态 更新时间:2024-10-17 15:34:06
本文介绍了Jenkins Gradle 应用程序:mergeDebugResources 无法打开 PNG 文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我可以从 Android Studio 和 cmd 构建 gradle.但是这个问题只会在 Jenkins 构建时出现.这个问题不是出现在 Mac Jenkins 设置中,而是出现在我的 Windows 设置中.

I am able gradle build from Android Studio and cmd. But this issue is only coming in Jenkins while building. This issue didn't come in Mac Jenkins setup, but is coming in my Windows setup.

以下是我的 gradle 设置.

Below is my gradle setting.

:app:mergeBetaDebugResources

:app:mergeBetaDebugResources

AAPT: \?C:WindowsSystem32configsystemprofile.androiduild-cache671e94b2d47b0ef7a24e43f8814a29b911cc4872outputesdrawable-ldrtl-mdpiabc_ic_ab_back_mtrl_am_alpha.png ERROR: Unable to open PNG file AAPT: \?C:WindowsSystem32configsystemprofile.androiduild-cache7dc509eb0db17265925a5800b67445547ef97697outputesdrawable-hdpicommon_google_signin_btn_text_dark_disabled.9.png ERROR: Unable to open PNG file AAPT: \?C:WindowsSystem32configsystemprofile.androiduild-cache671e94b2d47b0ef7a24e43f8814a29b911cc4872outputesdrawable-ldrtl-xxxhdpiabc_ic_menu_copy_mtrl_am_alpha.png ERROR: Unable to open PNG file Error: Some file crunching failed, see logs for details :app:mergeBetaDebugResources FAILED

推荐答案

这个错误是因为 build-cache 的新特性.它使用默认的构建缓存文件夹,这是一个很长的路径.您可以通过向 gradle.properties 添加 android.enableBuildCache=false 或设置构建缓存路径来禁用构建缓存.请参阅 developer.android/studio/build/build-cache.html

This error is because of the new feature of build-cache. It is using the default build-cache folder which is a long path. You can disable build-cache by adding android.enableBuildCache=false to you gradle.properties or set the build-cache path. See developer.android/studio/build/build-cache.html

更多推荐

Jenkins Gradle 应用程序:mergeDebugResources 无法打开 PNG 文件

本文发布于:2023-07-26 23:58:35,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1219099.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:应用程序   无法打开   文件   Gradle   Jenkins

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!