walle icon indicating copy to clipboard operation
walle copied to clipboard

请教下:渠道打包出现问题

Open SiberiaDante opened this issue 6 years ago • 2 comments

gradlew clean assembleReleaseChannels打包出现这样的错误。正常运行没有问题 FAILURE: Build failed with an exception.

  • What went wrong: A problem occurred configuring project ':app'.

Could not generate a proxy class for class com.android.build.gradle.tasks.BuildArtifactReportTask.

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

SiberiaDante avatar Jun 26 '18 06:06 SiberiaDante

gradlew clean assembleReleaseChannels --stacktrace 那就执行这个或-info

ghost avatar Jul 04 '18 12:07 ghost

执行info一样的问题: FAILURE: Build failed with an exception.

  • What went wrong: A problem occurred configuring project ':app'.

Could not generate a proxy class for class com.android.build.gradle.tasks.BuildArtifactReportTask.

  • Try: Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 1s

SiberiaDante avatar Jul 09 '18 09:07 SiberiaDante