Build APKEditor from source
masterTo build the executable fat JAR, use Gradle. Note that ARSCLib.jar is expected to be in APKEditor/libs/ARSCLib.jar or you must build it yourself and place it there.
git clone https://github.com/REAndroid/APKEditor
cd APKEditor
./gradlew fatJarThe resulting executable JAR will be located in ./build/libs/APKEditor-x.x.x.jar.
./gradlew fatJar