[已解决]Proguard maven plugin 打包时报CreateProcess error=206,文件名或扩展名太长 Silver 在阳光明媚的日子里,吹竖笛~ 1 人赞同了该文章 原因:当在 Windows 下执行打包时,Windows 对命令长度有限制,因此报了此错误。 解决办法:在配置加入:<putLibraryJarsInTempDir>true</putLibrary
问在执行proguard-maven-plugin时,会发生"CreateProcess error=206,文件名或扩展名太长“。EN代码示例...
Windows上使用proguard-maven-plugin时,如果配置比较复杂,那么ProGaurd的命令行会变得很长,很容易出现 CreateProcess error=206, The filename or extension is too long 1 CreateProcesserror=206,Thefilenameorextensionistoolong 的错误。 此时,可以增加如下的配置: <putLibraryJarsInTempDir>true</putLibraryJarsIn...
Closed Description lasselindqvist Found the solution in docs : ) <putLibraryJarsInTempDir>true</putLibraryJarsInTempDir> lasselindqvist closed this ascompletedon May 15, 2019 Sign up for freeto join this conversation on GitHub.Already have an account?Sign in to comment ...