Where do I find the sdk tools tab

1.4k Views Asked by At

I want to start using Layout Constraints with Android, but one of the first steps is to go to the SDK Tools tab in the SDK Manager to download the necessary tools. However, when I open my SDK manager, I don't see any SDK Tools tab.

Mac SDK Manager

I've tried downloading the newest version of the tools package from the Android Developer Website, and replace the tools directory in my sdk directory, but that didn't change anything. Is this just how it is with the Mac version of SDK Manager?

4

There are 4 best solutions below

0
On BEST ANSWER

This is where you find the SDK Tools tab:

enter image description here

2
On

You can install all the necessary tools and components from the stand alone sdk manager as shown in your image.

If you don't have the Android SDK submenu no worries.

I am using Android Studio 2.2 on mac & it does have the submenu.

What version are you using?

3
On

It seems you are presently viewing the Standalone SDK manager, with respect to the image you posted.

To view the SDK Tools tab, Use the following steps:

Click on Android Studio at the top left of your screen. Then click on Preferences > Appearance & Behaviour > System Settings > Android SDK.

You should see the SDK Tools Tab on this page.

0
On

For ConstraintLayout you will require Android Studio 2.2. Go to bottom, in Extras check Android Support Repositories and install them Then go to layout file i.e any activity xml file and rightclick on the parent layout like RelativeLayout and select Convert RelativeLayout to ConstraintLayout, it will ask you weather to add compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha9' or something like this in gradle file, so allow it and then it will do it for you.