From 14d0227158a84d8b47dbbe16cd1e5dd3ae35ba94 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Mon, 4 May 2026 19:57:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E8=BE=93=E5=87=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .winboll/winboll_app_build.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.winboll/winboll_app_build.gradle b/.winboll/winboll_app_build.gradle index 5535278..c84e605 100644 --- a/.winboll/winboll_app_build.gradle +++ b/.winboll/winboll_app_build.gradle @@ -108,9 +108,10 @@ android { if(!fWinBoLLStudioDir.exists()) { //fWinBoLLStudioDir.mkdirs(); - // 如果没有发布接口文件就不用进行APK发布和源码管理操作 - // 当前编译环境不是 WinBoLL 主机, 以下将忽略APK发布和源码管理操作。 - println 'The current compilation environment is not in WinBoLL host, and the following APK publishing and source management operations will be ignore.' + // 如果没有配置APK应用包输出文件夹就不用进行APK发布和源码管理操作 + // 当前编译环境不是 WinBoLL 主机或者没有配置APK应用包输出文件夹, 以下将忽略APK发布和源码管理操作。 + // Gradle 编译输出停止原因:没有配置在 winboll.properties 文件的配置 APKOutputPath 属性,设置 APK 应用包输出文件夹。 + println 'The APKOutputPath property is not configured in the winboll.properties file; set the APK application package output folder.' } else { /// WINBOLL 主机的 APK 发布和源码管理操作 /// variant.getAssembleProvider().get().doFirst {