-
Notifications
You must be signed in to change notification settings - Fork 159
How To Build
越狱 edited this page Oct 15, 2015
·
8 revisions
-
Download
ShakaApktool
Sourcegit 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
ShakaApktool
Sourcegit pull
-
Update Submodel
apktool
git submodule update
-
Build Jar File
gradle fatjar
-
Run Jar Test
java -jar shaka.cli/build/libs/shaka.cli.jar