Bug#963877: [Android-tools-devel] Bug#963877: apksigner: cannot execute binary file: Exec format error

2020-06-29 Thread Claude Heiland-Allen
Hi Hans-Christoph! I have binfmt-support installed, but the kernel module is a problem as I don't have root on the Android device underneath the UserLAnd Debian install. I'll use the java -jar method, perhaps with a shell alias.  Thanks, Claude

Bug#963877: [Android-tools-devel] Bug#963877: apksigner: cannot execute binary file: Exec format error

2020-06-29 Thread Hans-Christoph Steiner
Hello Claude! Looks like your binfmt support isn't working. You need both the package binfmt-support and the kernel module installed, then it works. Or you can always do the `java -jar` method. .hc