Need updated way to download, install and configure Android SDK

已回答

The steps inside the "Getting Started with Android Development" help page for IntelliJ IDEA (https://www.jetbrains.com/help/idea/getting-started-with-android-development.html) are outdated and no longer work. Specifically, when one visits https://developer.android.com/studio/#downloads to download the SDK, the only viable option is to download and install Android Studio. I do not want to install and use a separate IDE for Android development. What are the recommended steps to download, install and use the Android SDK within IntelliJ IDEA?

0

You can configure SDK and install packages here:

Documentation will be updated, thanks.

0

After enabling Android Support inside IDEA, I was able to see System Settings -> Android SDK and I was successful downloading and installing the SDK from within IDEA. After installing the SDK, I realized that I needed to have an Android project open to see the menu items for launching the AVD Manager and the SDK Manager.

Thanks for the info above.

0

请先登录再写评论。