Simple tool to fix Godot Android APK permission fixer.

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

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