出现错误如下编译4.2的版本出现以下错误
zip error: Invalid command arguments (cannot repeat names in zip file)出现这个错误.
解决方法是 清除svn目录
sudo find ./* -name ".svn" | xargs -exec rm -rif {}
本文介绍了一种在4.2版本编译过程中遇到的ziperror: Invalid command arguments (cannot repeat names in zipfile)错误及其解决方案。通过清除svn目录,可以有效解决这一问题。
出现错误如下编译4.2的版本出现以下错误
zip error: Invalid command arguments (cannot repeat names in zip file)出现这个错误.
解决方法是 清除svn目录
sudo find ./* -name ".svn" | xargs -exec rm -rif {}
4513

被折叠的 条评论
为什么被折叠?