From 2a2b5ebd22cd3cfce8dcebcaff93643014f50cb3 Mon Sep 17 00:00:00 2001 From: Joseph Cloutier Date: Sun, 12 Jun 2022 13:22:00 -0400 Subject: [PATCH] Update Android SDK setup instructions. Not only are we no longer targeting API 19, the minimum is now 21. --- tools/utils/PlatformSetup.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/utils/PlatformSetup.hx b/tools/utils/PlatformSetup.hx index 6b5274089..986948ae7 100644 --- a/tools/utils/PlatformSetup.hx +++ b/tools/utils/PlatformSetup.hx @@ -589,7 +589,7 @@ class PlatformSetup Log.println("\x1b[1mIn order to build applications for Android, you must have recent"); Log.println("versions of the Android SDK, Android NDK and Java JDK installed."); Log.println(""); - Log.println("You must also install the Android SDK Platform-tools and API 19 using"); + Log.println("You must also install the Android SDK Platform-tools and API 30 using"); Log.println("the SDK manager from Android Studio.\x1b[0m"); Log.println("");