Skip to content
越狱 edited this page Oct 15, 2015 · 8 revisions

Build First

  1. Download ShakaApktool Source

    git 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
```
  1. Build Jar File

    gradle fatjar
    
  2. Run Jar Test

    java -jar shaka.cli/build/libs/shaka.cli.jar
    

Build Again

  1. Update ShakaApktool Source

    git pull
    
  2. Update Submodel apktool

    git submodule update
    
  3. Build Jar File

    gradle fatjar
    
  4. Run Jar Test

    java -jar shaka.cli/build/libs/shaka.cli.jar
    
Clone this wiki locally