Simple tool to fix Godot Android APK permission fixer.
|
7 vuotta sitten | |
---|---|---|
.externalToolBuilders | 7 vuotta sitten | |
.settings | 7 vuotta sitten | |
m4 | 7 vuotta sitten | |
src | 7 vuotta sitten | |
.autotools | 7 vuotta sitten | |
.cproject | 7 vuotta sitten | |
.gitignore | 7 vuotta sitten | |
.project | 7 vuotta sitten | |
COPYING | 7 vuotta sitten | |
Makefile.am | 7 vuotta sitten | |
Makefile.in | 7 vuotta sitten | |
README.md | 7 vuotta sitten | |
aclocal.m4 | 7 vuotta sitten | |
ar-lib | 7 vuotta sitten | |
compile | 7 vuotta sitten | |
config.guess | 7 vuotta sitten | |
config.sub | 7 vuotta sitten | |
configure | 7 vuotta sitten | |
configure.ac | 7 vuotta sitten | |
depcomp | 7 vuotta sitten | |
install-sh | 7 vuotta sitten | |
ltmain.sh | 7 vuotta sitten | |
missing | 7 vuotta sitten |
Tool to fix Godot exported apk files.
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