Simple tool to fix Godot Android APK permission fixer.

Hein-Pieter van Braam 29d310ec49 Update readme 5 years ago
.externalToolBuilders 5cf7aa86ce first commit 5 years ago
.settings 5cf7aa86ce first commit 5 years ago
m4 b6421db5a5 Really fix clang static link 5 years ago
src 93511f959b Try finding jarsigner from android studio on Windows 5 years ago
.autotools 5cf7aa86ce first commit 5 years ago
.cproject 5cf7aa86ce first commit 5 years ago
.gitignore 5cf7aa86ce first commit 5 years ago
.project 5cf7aa86ce first commit 5 years ago
COPYING 5cf7aa86ce first commit 5 years ago
Makefile.am 24ba0fe12a Fix static linking on clang 5 years ago
Makefile.in b6421db5a5 Really fix clang static link 5 years ago
README.md 29d310ec49 Update readme 5 years ago
aclocal.m4 b6421db5a5 Really fix clang static link 5 years ago
ar-lib 5cf7aa86ce first commit 5 years ago
compile 5cf7aa86ce first commit 5 years ago
config.guess 5cf7aa86ce first commit 5 years ago
config.sub 5cf7aa86ce first commit 5 years ago
configure b6421db5a5 Really fix clang static link 5 years ago
configure.ac b6421db5a5 Really fix clang static link 5 years ago
depcomp 5cf7aa86ce first commit 5 years ago
install-sh 5cf7aa86ce first commit 5 years ago
ltmain.sh 5cf7aa86ce first commit 5 years ago
missing 5cf7aa86ce first commit 5 years ago

README.md

Tool to fix Godot exported apk files.

Usage

Usage: ./godotapkfixer -j </path/to/jarsigner> -k <keystore> -p <keystore password> -a <keystore alias> apkfile.apk

  example: ./godotapkfixer -j /usr/bin/jarsigner -k ~/debug.keystore -p android -a androiddebugkey game.apk

This will create a file called test_fixed.apk

See https://godotengine.org/article/godot-apk-fixer-tool for a more elaborate explanation