From 7bc525816d49ca0c2c492d643135cda69754bfec Mon Sep 17 00:00:00 2001 From: Carl Poole Date: Fri, 22 Mar 2024 16:40:02 -0500 Subject: [PATCH] docs(android): added recommendation to install Android Studio for the tools and sdk --- website/docs/cli/commands/serve-android.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/cli/commands/serve-android.md b/website/docs/cli/commands/serve-android.md index c9f2b27..10c4e2d 100644 --- a/website/docs/cli/commands/serve-android.md +++ b/website/docs/cli/commands/serve-android.md @@ -18,6 +18,10 @@ has [`devMode`](https://ionic.io/docs/portals-android-api-ref/-ionic-portals/io. ### Requirements +The serve command for Android depends on tools available with an installation of [Android Studio](https://developer.android.com/studio). Use of Android studio for development is not required for using the Portals CLI, but it is an easy way to install the Android SDK for you and the required tools. + +Android Studio also provides a helpful GUI for creating [Emulators](https://developer.android.com/studio/run/managing-avds) for testing your app, and for managing the installed version of the [Platform Tools and SDK](https://developer.android.com/studio/intro/update#sdk-manager). + The following environment variables must be set in order for the `portals serve android` command to function correctly: - Set the `$ANDROID_HOME` variable to the path of the Android SDK installation directory.