Android sdk location not configured in mac os settings?

I install the Android SDK along with Eclipse on mac os. Whenever I try to start a new project development, I get an error message . Android sdk file location was not configured in settings

How to solve this problem?

+58
android
May 05 '11 at 8:45
source share
20 answers

Hi, try this in eclipse: Window - Settings - Android - SDK Location and SDK path settings.

+42
May 05 '11 at 8:51
source share

I received this message after updating the eclipse platform tools and tools from the SDK Manager, and then it was not possible to update the SDK path because I had an old version of the ADT plugin.

Whenever you get this error message in a line immediately after loading eclipse, you should do the following:

Here's how my problem with this post was resolved.

+21
Jun 30 '13 at 0:33
source share

I saw this error after updating the Android SDK to r17. The solution was to go to Help → Update and get the latest Android SDK to match.

+11
Mar 27 2018-12-12T00:
source share

I ran into this problem and fixed it by updating the latest version of Android SDK Tools, which in my case was 20.0.3

I am running Mac OSX Lion 10.7.4

If you encounter errors while updating the SDK Tools, try uninstalling

http://dl-ssl.google.com/android/eclipse/ from "Available Software Sites" in Eclipse and adding it again.

+8
Aug 21 '12 at 12:28
source share

If you have not installed the plugin for eclipse, first install it.

If the plugin is installed, configure the settings: "Eclipse"> "Preferences ...", select "Android" in the left column (do not expand the list, just select the root element), and the "SDK Location" will be the first preferred.

+5
Dec 26 '11 at 6:27
source share

I had the same issue on Eclipse Juno.

There is no "Welcome page", I could not create a project, the compilation did not work, and the "Graphic Layout" did not work.

I fixed this: Window> Settings> General> Commissioning and shutdown: Check the "Android Development Toolkit"

Restore Eclipse.

Of course, you need to configure this: Window - Settings - Android - SDK Location and configuration of the SDK path.

+4
Dec 21 '12 at 10:40
source share

Just create this folder:

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

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

  C:\Users\xxxxx\android-sdk 
+4
Dec 22 '13 at 11:30
source share

I had the same problem when I tried to upgrade from ADT 20.0.x to ADT 23.0.x on Eclipse Indigo.

To fix the problem, I had to remove the ADT plugin (remove the function) from Eclipse, and then reinstall the newer versions.

This can be done by going to Help->Install New Software . Then at the bottom of the page, click What is already installed?

Now all that remains is to install newer versions, as usual, from Help->Install New Software .

+2
Jul 06 '14 at 20:45
source share

There are many things that can cause this error. For example, I imported the google api from the Android SDK Manager, and this is when I received the same error. The eclipse is broken. I could not even create a new Android project.

To fix this, I went to help - install new software ... - from the "work with" drop-down list I selected http://dl-ssl.google.com/android/eclipse/ - Then I check the marked "Developer Tools "and click the" Next "button. Then I followed the prompts, and basically it reinstalled. It took less than 5 minutes. This fixed the error.

Now I support and run, and I got the latest version of Eclipse.

+1
Mar 15 '13 at 12:37
source share

I tried everything / .... but only this thing worked for me:

To fix this, I went to help - install new software ... - from the "work with" drop-down list, I selected http://dl-ssl.google.com/android/eclipse/ - Then I will check the marked "Developer Tools" and click "Next." Then I followed the prompts, and basically it reinstalled. It took less than 5 minutes. This fixed the error.

Now I support and run, and I got the latest version of Eclipse.

Thanks a lot Nadir

+1
Mar 19 '13 at 19:03
source share

Hope this helps:

Step 1.) Go to https://www.eclipse.org/downloads/index-developer.php?release=kepler and download the appropriate version of Eclipse.

Step 2.) Extract the downloaded zip file to the appropriate location. In this tutorial, I downloaded and installed it under the program files.

Step 3.) Right-click the eclipse.exe file and send the shortcut to the desktop.

Step 4.) Double-click the eclipse shortcut from the desktop and select the appropriate location to create the workspace.

Step 5.) Go to window> Settings. This should open the "Settings" window.

Step 6.) On the left side of the page, use "Java" and click on "Installed JREs"

Step 7.) Click "Add." It will open the "Add JRE" dialog. Select "Standard Virtual Machine" and click "Next."

Step 8.) For "JRE home", select "Direcotry ...". The Browse Folder dialog box appears. Select the location where the JDK is installed. NOTE: MAKE SURE HIS x64 IS GOOD, HOW WE WILL USE THE 64-BIT ECLIPSE VERSION.

Step 9.) If you select the correct location, it will display the JDK version in the JRE name and display "JRE System Libraries".

Step 10.) Click Finish. Your JDK is now correctly listed as "Installed JREs".

Step 11.) Check the box without check box in front of your JDK name.

Click ok and you are done. You are now using the JDK as "Installed JREs"

Read the complete procedure in the location below.

https://softwaretestingboard.com/qna/4/how-do-i-map-android-sdk-after-eclipse-plugin-is-installed#axzz4wM3UEZtq

+1
Sep 18 '15 at
source share

You can find the Android SDK path by running the SDK Manager. When a window appears, the path is displayed at the top. For me, he was hiding in AddData (Windows). Then you can set the path in Eclipse by going to Window> Preferences> Android> and configure the location of the SDK.

0
Nov 18 '12 at 16:35
source share

If you already installed in your eclipse, you can solve this problem below,

Go to Windows → Install new software and find your plugin address for Android.

Check all listings and reinstall Android plugin for eclipse

I solved it like this:

0
Feb 14 '13 at 7:10
source share

This is a very annoying problem ... I found one simple solution ... this is eclipse-> help-> Install new software

now you see the field "work with" ... below these fields u observe the link called "available software sites" ... click on this link .. then open one window ... here u find out the address of the location .... remove the wrong locations and then add the perfect location to set / update the location. then click ok ... then ur problem solved ....

0
Mar 05 '13 at 10:38
source share

This problem seems to have arisen from new versions of android sdk, the solution that worked fine for me was to go to help-> check for updates and let it finish as soon as all the software in eclipse updates everything, it seems works fine. I used juno and the last sdk, which I updated outside of the eclipse.

0
Mar 06 '13 at 12:15
source share

i ran into the same problem. solution ... Copy the link http://dl-ssl.google.com/android/eclipse/ then in eclipse go to

Help> Install new software> Add (work with)> the link in the locations> ok> select all> next

this will solve your problem.

0
Mar 14 '13 at 4:52
source share

If you have already configured the location in the settings, but see this error, try creating the "add-ons" folder in your sdk folder

0
Mar 27 '13 at 20:57
source share

had the same problem on windows, the reason is always displayed at the top of the window (where you are viewing the location)

0
Apr 28 '13 at 20:47 on
source share

Here is how I dealt with this problem (Mac OS X 10.8.4):

1) Since I previously installed Android Studio sdk located here: Applications / Android Studio.app/sdk

You can dig out the Android Studio.app folder by clicking "Show Package Contents" in the context menu

2) Just copy the "sdk" folder to another location and write it to the Eclipse settings. Since I could not find how to correctly add the address, for example, "/ Android Studio.app/sdk" (folder with the extension .app), in the Eclipse settings.

I know that this solution is not smooth and better, but it works (at least for me). And I tried all the tips in this thread and previously installed ADT from http://dl-ssl.google.com/android/eclipse/ , but the error window constantly popped up every time.

0
Sep 11 '13 at 4:22
source share

I had the same problem: when I clicked on “Opens the Android SDK Manager,” the error message “Android SDK installation error was not configured in preference” error. Removing and adding again the update address in “install new software” does not work for me.

I went to .. / android / android -sdk-windows and clicked the SDK Manager.exe. This works for me.

So, I think that after updating the SDK, the eclipse will not be able to start the SDK manager at this time. But he can work himself beyond the eclipse.

0
Jan 30 '14 at 20:01
source share



All Articles