How do I install the standalone Android SDK and then add it to IntelliJ IDEA on Windows?

后端 未结 3 1327
执笔经年
执笔经年 2020-12-06 04:06

This is the webpage showing from where I downloaded the SDK:

\"This

3条回答
  •  囚心锁ツ
    2020-12-06 04:27

    As Karan Sharma mentioned in this post.
    To add an existing SDK, you should close your project if you have any open one.

    Then from the Welcome page select Configure -> Project Defaults -> Project Structure

    And then from the Default Project Structure window and from the left side, select SDKs and then the plus button from the toolbar, and from the menu select Android SDK

    And then give the address to the location where your Android SDK files are in, and hit OK.

    Thats it!
    Now it should be working for you!

提交回复
热议问题