sky201503 / android-apktool-1

Automatically exported from code.google.com/p/android-apktool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where is the newest baksmali source code?

GoogleCodeExporter opened this issue · comments

I download the source code of baksmali according to the guide:
### Download, build & install brut.apktool.smali
$ git clone git://github.com/brutall/brut.apktool.smali.git brut.apktool.smali
$ cd brut.apktool.smali
$ mvn install
$ cd ..

after downloaded and compiled ,I find the target output 
is:baksmali-1.2.6-brut6-SNAPSHOT.jar
but I download from this address, the version is 1.3.0:
application.version=1.3.0-brut6!




Original issue reported on code.google.com by wylhistory on 13 Oct 2012 at 10:32

The official repository for smali is: https://code.google.com/p/smali/

I also keep a clone on github: git://github.com/JesusFreke/smali.git

Original comment by jesusfreke@jesusfreke.com on 20 Oct 2012 at 2:39

New smali/baksmali is in Apktool v1.5.0. As comment above, newest source can be 
found there.

Original comment by connor.tumbleson on 15 Nov 2012 at 5:24

  • Changed state: Fixed