I encountered the same issue with Android SDK Tools Rev 16 attempting to
export a signed application package from Helios Eclipse 3.6 on Mac OS X 10.7.2
for execution on a Samsung Galaxy Nexus 4.0.2 build ICL53F
Problem:
[2012-01-11 03:15:46 - Chapter 8 Where Am I] Proguard returned with error code 1. See console
[2012-01-11 03:15:46 - Chapter 8 Where Am I] proguard.ParseException: Unknown option '8' in argument number 9
[2012-01-11 03:15:46 - Chapter 8 Where Am I] at proguard.ConfigurationParser.parse(ConfigurationParser.java:170)
[2012-01-11 03:15:46 - Chapter 8 Where Am I] at proguard.ProGuard.main(ProGuard.java:491)
Solution:
cd /Applications/android-sdk-mac_x86/tools/proguard/bin
then modify file proguard.sh
as follows:
# java -jar "$PROGUARD_HOME"/lib/proguard.jar "$@"
java -jar "$PROGUARD_HOME"/lib/proguard.jar "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8"