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
Updating ProGuard did help to track down the problem. In my case it was to do with the JDK configuration on my Mac and the rt.jar and jsse.jar files not being located in the usual place.
I found the solution here.
cd $JAVA_HOME/lib
sudo ln -s ../../Classes/classes.jar rt.jar
sudo ln -s ../../Classes/jsse.jar .