atlas Patch包执行失败

liwlm1x9  于 5个月前  发布在  其他
关注(0)|答案(1)|浏览(54)
  1. 在windows10系统下面打基准包成功,但是打patch包打包失败
    D:\android_workspace\atlas-master\atlas-master\atlas-demo\AtlasDemo>gradlew clean assembleDebug -DapVersion=1.0.0 -DversionName=1.0.1
    Parallel execution with configuration on demand is an incubating feature.
    Using the 'clean' task in combination with parallel execution may lead to unexpected runtime behavior.
    Incremental java compilation is an incubating feature.
    useNewCruncher has been deprecated. It will be removed in a future version of the gradle plugin. New cruncher is now always enabled.
    Not using incremental javac compilation.
    useNewCruncher has been deprecated. It will be removed in a future version of the gradle plugin. New cruncher is now always enabled.
    Not using incremental javac compilation.
    :activitygroupcompat:clean
    :clean
    :app:clean
    :databindbundle:clean
    :firstbundle:clean
    :activitygroupcompat:clean FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':activitygroupcompat:clean'.
    Unable to delete file: D:\android_workspace\atlas-master\atlas-master\atlas-demo\AtlasDemo\activitygroupcompat\build\intermediates\bundles\default\classes.jar

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

BUILD FAILED

Total time: 2 mins 30.522 secs

cigdeys3

cigdeys31#

打开任务管理器,把java进程关了,再编译一次

相关问题