How do you add an SDK to Android Studio?

前端 未结 8 1547
别那么骄傲
别那么骄傲 2020-12-24 05:07

I\'m using Google\'s Android Studio 0.1 based on IntelliJ, and I cannot figure out how to add additional SDKs to my project.

I exported my existing project from Ecli

8条回答
  •  [愿得一人]
    2020-12-24 05:55

    You have to put your SDK's in a given directory or .app directory. You have to do it in finder while you are out of the application i'm assuming, but personally I'd use terminal in Mac instead of doing it in the App itself or finder. According to Google:

    On Windows and Mac, the individual tools and other SDK packages are saved within the Android Studio application directory. To access the tools directly, use a terminal to navigate into the application and locate the sdk/ directory. For example:

     Windows: \Users\\AppData\Local\Android\android-studio\sdk\
     Mac: /Applications/Android\ Studio.app/sdk/
    

提交回复
热议问题