Location of the android sdk has not been setup in the preferences in mac os?

后端 未结 20 1807
北荒
北荒 2021-02-01 12:26

I am installing the Android SDK along with Eclipse in mac os. Whenever I try to start a new project development I get an error location of the android sdk has not been s

20条回答
  •  天涯浪人
    2021-02-01 13:01

    Here is, how I've handled this issue (Mac OS X 10.8.4):

    1) Because I previously have installed Android Studio the sdk located here: Applications/Android Studio.app/sdk

    You can dig into Android Studio.app folder by hitting "Show package contents" in context menu

    2) Simply copy the "sdk" folder to another location and write it down to Eclipse preferences. Because I couldn't find how to properly add adress like "/Android Studio.app/sdk" (folder with .app extension) to Eclipse preferences.

    I know that this solution is not smooth and best, but it works (at least for me). And I've tried all advices in this theme, and installed the ADT from http://dl-ssl.google.com/android/eclipse/ before, but the error window have kept appearing every time.

提交回复
热议问题