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
In JDK1.8 two of the JAR files are in a different location to where Proguard expects them to be, symlinking them fixes it:
cd $JAVA_HOME/lib sudo ln -s ../jre/lib/rt.jar sudo ln -s ../jre/lib/jsse.jar