How do you add an SDK to Android Studio?

前端 未结 8 1549
别那么骄傲
别那么骄傲 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 06:00

    I followed almost the same instructions by @Mason G. Zhwiti , but had to instead navigate to this folder to find the SDK:

    /Users/{my-username}/Library/Android/sdk
    

    I'm using Android Studio v1.2.2 on Mac OS

    0 讨论(0)
  • 2020-12-24 06:07

    And For linux(ubuntu)

    /usr/share/android-studio/data/sdk

    0 讨论(0)
提交回复
热议问题