Simple tool to fix Godot Android APK permission fixer.
Hein-Pieter van Braam 29d310ec49 Update readme | il y a 6 ans | |
---|---|---|
.externalToolBuilders | il y a 6 ans | |
.settings | il y a 6 ans | |
m4 | il y a 6 ans | |
src | il y a 6 ans | |
.autotools | il y a 6 ans | |
.cproject | il y a 6 ans | |
.gitignore | il y a 6 ans | |
.project | il y a 6 ans | |
COPYING | il y a 6 ans | |
Makefile.am | il y a 6 ans | |
Makefile.in | il y a 6 ans | |
README.md | il y a 6 ans | |
aclocal.m4 | il y a 6 ans | |
ar-lib | il y a 6 ans | |
compile | il y a 6 ans | |
config.guess | il y a 6 ans | |
config.sub | il y a 6 ans | |
configure | il y a 6 ans | |
configure.ac | il y a 6 ans | |
depcomp | il y a 6 ans | |
install-sh | il y a 6 ans | |
ltmain.sh | il y a 6 ans | |
missing | il y a 6 ans |
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