Android Sdk ((install)): Intellij Download
When you create a new Android project ( File | New | Project > Android ), IntelliJ IDEA will often detect if the SDK is missing and prompt you with an "Install SDK" button. Follow the wizard to download the necessary platform tools and build components.
Once the SDK is on your machine, you must link it to the IDE:
Many developers download the Android Studio installer just to get the SDK. Once installed, you can point IntelliJ to the SDK's location, typically: Windows: C:\Users\YourName\AppData\Local\Android\Sdk macOS: /Users/YourName/Library/Android/sdk Step 3: Pointing IntelliJ to the SDK Location intellij download android sdk
Open IntelliJ IDEA and go to (Windows/Linux) or IntelliJ IDEA | Settings (macOS).
Navigate to and search for "Android" in the Marketplace tab. When you create a new Android project (
Click and restart the IDE to enable the Android support features. Step 2: Downloading the Android SDK
There are two primary ways to obtain the SDK for use in IntelliJ: Once installed, you can point IntelliJ to the
Setting up the Android SDK within IntelliJ IDEA is a crucial step for developers who prefer the power and versatility of JetBrains' flagship IDE over Android Studio. While Android Studio is built on the same foundation, IntelliJ IDEA requires a few extra manual steps to configure the development environment correctly.