From 2a351bdc3aa7d7d2240e8718268c7d8b3efce7ba Mon Sep 17 00:00:00 2001 From: Drew Crecente Date: Fri, 12 Jan 2018 15:49:15 -0500 Subject: [PATCH] remove "android" command option Running android.bat now returns this: ***************************************************************************************** The "android" command is deprecated. For manual SDK, AVD, and project management, please use Android Studio. For command-line tools, use tools\bin\sdkmanager.bat and tools\bin\avdmanager.bat ***************************************************************************************** Invalid or unsupported command "" --- www/docs/en/dev/guide/platforms/android/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/en/dev/guide/platforms/android/index.md b/www/docs/en/dev/guide/platforms/android/index.md index 7cf771a8b4..f32eb215cb 100644 --- a/www/docs/en/dev/guide/platforms/android/index.md +++ b/www/docs/en/dev/guide/platforms/android/index.md @@ -88,7 +88,7 @@ whatever [API level](http://developer.android.com/guide/topics/manifest/uses-sdk you wish to target. It is recommended that you install the highest SDK version that your version of cordova-android supports (see [Requirements and Support](#requirements-and-support)). -Open the Android SDK Manager (run `android` or `sdkmanager` from the terminal) +Open the Android SDK Manager (run `sdkmanager` from the terminal) and make sure the following are installed: 1. Android Platform SDK for your targeted version of Android