Du musst aus dem .jar file zuerst ein apk erstellen. Danach geht's normal weiter. Beispiel:
Code:
REM C:\Program Files (x86)\Android\android-
sdk\build-tools\18.0.1>
dx --dex --output=c:\temp\annotations.apk ..\..\tools\proguard\examples\annotations\lib\annotations.jar
dx --dex --output=c:\temp\annotations.dex c:\temp\annotations.apk
dexdump c:\temp\annotations.dex