Fixed README.

This commit is contained in:
Michael Herzberg 2016-09-11 10:20:44 +01:00
parent 021574e2e2
commit 6ba1bd82d7
1 changed files with 4 additions and 2 deletions

View File

@ -29,9 +29,11 @@ cloning the repository.
``${ANDROID_HOME}/platforms/android-19/android.jar`` should be a valid path.
* Install ``apktool_2.0.0.jar`` into your local maven repository:
```
cd $(mktemp -d)
wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.0.0.jar
mvn install:install-file -Dfile=apktool_2.0.0.jar -DgroupId=apktool \
-DartifactId=apktool -Dpackaging=jar -Dversion=2.0.0
mvn install:install-file -Dfile=apktool_2.0.0.jar -DgroupId=apktool -DartifactId=apktool -Dpackaging=jar -Dversion=2.0.0
```
### How to Compile