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 {