From cc434437747db1e84c7d87d9483272c32e73f4d2 Mon Sep 17 00:00:00 2001
From: Daniel Micay It can be useful to set up a standalone installation of the SDK separate from
- Android Studio. Android Studio can also be set up to use an existing SDK and will
- recognize it and use it automatically if Android Studio is installed with an SDK
- installation already available and set up in the environment. You'll also likely want
- a working command-line SDK environment even if you do heavily use Android Studio.
To set up a minimal SDK installation without Android Studio on Linux:
+Android Studio can also be set up to use an existing SDK and will recognize it and use + it automatically if Android Studio is installed with an SDK installation already + available and set up in the environment. You'll also likely want a working + command-line SDK environment even if you do heavily use Android Studio.
+ +Using the official releases of the SDK is recommended for simplicity, although with + a lot of effort you can build everything yourself. Distribution packages are generally + quite out-of-date and should be avoided. To set up a minimal SDK installation without + Android Studio on Linux:
mkdir ~/sdk cd ~/sdk