All located 'apksigner' tools in C:\Users\Ryan\AppData\Local\Android\Sdk/build-tools failed to execute

I get this error when trying to export to android. I've restarted the entire process over again across 2 PCs countless times I just keep getting the same error. As far as I can tell i've done everything right.

I'm using Godot 4.1.2

Those are my installed SDK tools
My directories for the SDK paths and debug keystore are all right

What am I missing here?

Thank you 🙂

Have you tried running "C:\Users\Ryan\AppData\Local\Android\Sdk/build-tools/apksigner" from the shell?

15 days later

If you haven't solved this yet I ran into the same problem. You have to uncheck the checkbox "Hide Obsolete Packages" then check all the SPECIFIC versions of each package listen in [(https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_android.html)] and uncheck the ones that aren't. Then download and install OpenJDK11 (also found in that doc).

Basically everything has to be compatible with Godot and the current versions aren't

Hope this helped 🙂