-
-
Notifications
You must be signed in to change notification settings - Fork 23.1k
Closed
Milestone
Description
Godot version
all | 6758a7f
System information
Windows 10 21H2
Issue description
Building export templates with scons requires user to define the ANDROID_SDK_ROOT
variable, which has been made deprecated long ago, ANDROID_HOME
should be used instead.
This will avoid people having to figure out why android isn't considered a valid platform when having a proper setup.
see this section | fallback
They may not check for ANDROID_SDK_ROOT
in the future, so it's advised to use this newer variable instead.
Steps to reproduce
N/A
Minimal reproduction project
N/A
duarteroso