Android Proguard java.io.IOException: Can't read [proguard.ClassPathEntry

后端 未结 5 2013
[愿得一人]
[愿得一人] 2020-12-31 09:21

Hi All When enabing proguard for android, while building the signed jar I get the following dump:

[2011-02-03 11:28:27 - VideoCreator] Proguard returned with         


        
5条回答
  •  感情败类
    2020-12-31 09:57

    Check whether you got spaces in the path name of .jar. I just encountered this same problem, upgraded to ProGuard 4.6 and got more information in the error message but the problem persisted. Then I figured maybe it was because of spaces in my path name, I replaced all space characters in the path name to "-", ProGuard worked again like a charm :)

提交回复
热议问题