desword / android-apktool

Automatically exported from code.google.com/p/android-apktool
Other
1 stars 0 forks source link

Androlib.getVersion exception #696

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.i download the source and build it, then i run the jar

What is the expected output? What do you see instead?
libs\apktool-cli.jar -v
Exception in thread "main" java.lang.Error: Unresolved compilation problem:

        at brut.androlib.Androlib.getVersion(Androlib.java:648)
        at brut.apktool.Main.usage(Main.java:446)
        at brut.apktool.Main.main(Main.java:100)

What version of the product are you using? On what operating system?
 commit hash is ce2088df8055, windows 7 sp1

Please provide any additional information below.

Original issue reported on code.google.com by Te.di...@gmail.com on 5 Nov 2014 at 6:58

GoogleCodeExporter commented 9 years ago
I cleaned and rebuilt. Couldn't duplicate on either Win/Ubuntu.

The command is `-version / --version` btw. -v is verbose. Make sure you follow 
BuildApktool, you may have built incorrectly.

Original comment by connor.tumbleson on 5 Nov 2014 at 12:28