I'm trying to build my game for Android, but I'm encountering this error. I went into the folder where the SDK is downloaded, and the 'build-tools' folder turned out to be empty. I reinstalled the SDK using Android Studio, but the folder remains empty. Has anyone else encountered this issue? Where else can I download the SDK or the 'build-tools' folder separately? Thank you!
(Godot 4.1.1) "Unable to find android sdk build-tools' apksigner command"
- Edited
What is your O/S, and how did you install Android Studio? I use Linux (Pop!_OS), and installed Android Studio using JetBrains Toolbox. In my case, the SDK is located here:
~/Android/Sdk
In Android Studio, this shows where the SDK is located:
Tools >> SDK Manager
DaveTheCoder I use Windows 10 and installed Android Studio using JetBrains Toolbox as well. Maybe I downloaded the wrong version?
- Edited
Maybe the SDK isn't installed. I don't remember whether that's an option. What does the SDK Tools tab show?
DaveTheCoder I think I need to download 'Android SDK build-tools' from here, right?
- Edited
- Best Answerset by qwerty5584
Here's what I have installed:
You can install or update items by checking them and clicking Apply. I just did that to update the first item.
DaveTheCoder Yes, thanks, that helped! I wouldn't have noticed this tab myself