Error: All located 'apksigner' tools in [Directory] failed to execute
Asked Answered
A

3

1

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 🙂

Archidiaconal answered 27/10, 2023 at 21:38 Comment(0)
F
0

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

Felipe answered 28/10, 2023 at 1:16 Comment(0)
P
0

If you expand details, does it have Android SDK Build-Tools version 33.0.2? I believe that is the specific version required, at least according to the docs.

Pummel answered 28/10, 2023 at 4:45 Comment(0)
A
1

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 🙂

Archidiaconal answered 12/11, 2023 at 14:32 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.