Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

android

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 setup in the preferences

How do I resolve this problem?

like image 538
Tirth Avatar asked May 05 '11 08:05

Tirth


People also ask

Where is the Android SDK folder on Mac?

The location of the folder is located in the text box near the top that says “Android SDK Location”. By default the Android SDK location is stored at “/Users/[USER]/Library/Android/sdk” or at “/Library/Android/sdk/”.

How set sdk location Mac?

For Windows, start Android Studio, then click File —> Settings menu item. For macOS, start Android Studio, then click Android Studio —> Preferences menu item. Select Appearance & Behavior —> System Settings —> Android SDK menu item in the popup window left side.

How do I fix sdk location not found?

Close the current project and you'll see a pop-up with a dialog which will then proceed to Configure option. Configure -> Project Defaults -> Project Structure -> SDKs on left column -> Android SDK Home Path -> give the exact path as you did on local. properties and select Valid Target.


1 Answers

Hi try this in eclipse: Window - Preferences - Android - SDK Location and setup SDK path.

like image 176
Pasha Avatar answered Sep 18 '22 14:09

Pasha