修复Gradle CreateProcess error=206
Posted lowezheng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修复Gradle CreateProcess error=206相关的知识,希望对你有一定的参考价值。
插件地址:https://plugins.gradle.org/plugin/ua.eshepelyuk.ManifestClasspath
修复Window系统中Gradle 路径太长问题,
Fix for Windows Gradle long classpath issue. Fixes JavaExec/Test tasks that error with message "CreateProcess error=206, The filename or extension is too long"
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.ua.eshepelyuk:ManifestClasspath:1.0.0"
}
}
apply plugin: "ua.eshepelyuk.ManifestClasspath"
以上是关于修复Gradle CreateProcess error=206的主要内容,如果未能解决你的问题,请参考以下文章
Android Studio Gradle 同步失败 CreateProcess 错误=2
Android_Studio_Checkout_Github_Error"Cannot run program "git.exe":CreateProcess error
Github上LeakCanary编译报错CreateProcess error=2的解决方法
CreateProcess error=206, 文件名或扩展名太长