美文网首页
failed to crunch file

failed to crunch file

作者: sunny_01 | 来源:发表于2017-11-20 15:30 被阅读0次

    Failed to crunch file means studio can't process the file as the file path has reached the max file path length of the operating system.  for windows

    ->Crude way  to solve it is move the project to some folder in the root of your drive, so in this case.

    ->Better way  is to change the build directory of your project in your  build.gradlefile (Project gradle file)

    allprojects {  

    buildDir  "C:/tmp/${rootProject.name}/${project.name}"

    ...

    }

    相关文章

      网友评论

          本文标题:failed to crunch file

          本文链接:https://www.haomeiwen.com/subject/rzghdttx.html