Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to resolve dependencies for Android SDK Tools

I can't install Android SDK Tools on Android Studio (version 2.3).

I got the following error, Unable to resolve dependencies for Android SDK Tools

Is there anyway I can solve this error?

like image 641
binkpitch Avatar asked Mar 11 '17 08:03

binkpitch


2 Answers

TLDR; no.

Google, for whatever reason, has decided to remove direct access to the standalone SDK Manager starting with Android STudio v2.3. If you run SDK manager directly using @iK2H 's instructions, you will see that SDK manager does not detect Android SDK Tools v25.3.1. It could be that v25.3.1 is only available via Android Studio settings, but this is broken for now.

Your best best is to upvote this issue to draw attention to Google to fix it.

like image 177
Phileo99 Avatar answered Nov 16 '22 10:11

Phileo99


  1. Open the terminal
  2. $ cd "sdk path"/tools
  3. $ ./android
  4. Update
like image 44
iK2H Avatar answered Nov 16 '22 09:11

iK2H