-
Notifications
You must be signed in to change notification settings - Fork 158
How To Build
越狱 edited this page Oct 15, 2015
·
8 revisions
-
Download
ShakaApktoolSourcegit clone https://github.com/rover12421/ShakaApktool.git
or(ignore 'git submodule' later)
git clone --recursive https://github.com/rover12421/ShakaApktool.git
2. Init and Update Submodel apktool
```
cd ShakaApktool
git submodule init
git submodule update
```
-
Build Jar File
gradle fatjar -
Run Jar Test
java -jar shaka.cli/build/libs/shaka.cli.jar
-
Update
ShakaApktoolSourcegit pull -
Update Submodel
apktoolgit submodule update -
Build Jar File
gradle fatjar -
Run Jar Test
java -jar shaka.cli/build/libs/shaka.cli.jar