Ksenia
Ksenia

Reputation: 3753

SDK Manager doesn't see new version of build-tools

SDK Manager doesn't see the new version of build-tools, although the new version exists. So, my Android Studio requires to install build-tools 23.0.2:

enter image description here

But when I open SDK Manager, I don't see this version:

enter image description here

And I can't find build-tools 23.0.2 even using command line:

enter image description here

I tried to force https sources to be fetched using http or clear cache of SDK Manager, but nothing changed. By the way, I installed this version of build-tools this morning on another computer. Please give me advice how to update the window of SDK Manager?

Upvotes: 2

Views: 2170

Answers (2)

Nidhin Prathap
Nidhin Prathap

Reputation: 722

Select Obsolete check box, as shown below

Select Obsolete check box

Upvotes: 3

Marcus Berger
Marcus Berger

Reputation: 67

What say your build.gradle ?

buildToolsVersion "23.0.2"

Upvotes: 0

Related Questions