Simple tool to fix Godot Android APK permission fixer.

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

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