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

后端 未结 20 2116
北荒
北荒 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:06

    Simply create this folder:

    C:\Users\xxxxx\android-sdk\tools
    

    and then from Window -> Preferences -> Android, put this path:

     C:\Users\xxxxx\android-sdk
    

提交回复
热议问题