0

I'm trying to compile code examples from github, but I haven't been able to, because I keep getting an error:

A problem occurred configuring project ':app'.
> failed to find Build Tools revision 23.0.0 rc2

My local.properties has the SDK path defined like this:

sdk.dir=/mnt/sda2/Android/Sdk

When I run the /mnt/sda2/Android/Sdk/tools/android, it states the the build tools 23.0.1, 23.0.2 and 23.0.3 are present, but I can't find 23.0.0 rc2, is that the same as 23.0.2?

enter image description here

I tried another example, and got an error for different build tools version:

Execution failed for task ':app:preBuild'.
> failed to find Build Tools revision 21.1.1

But the closest version the SDK manager lists is Build Tools revision 21.1.2, there's no 21.1.1 version.

Any hints please? thank you!

0x29a
  • 733
  • 1
  • 7
  • 23
  • here it is possible duplicate of your question , check this link : https://stackoverflow.com/a/33010279/2919483 – Rajshree Tiwari Jul 25 '18 at 13:26
  • @RajshreeTiwari thank you once again! If you'll post your comment as an answer, I'll mark it. Thanks again! – 0x29a Jul 25 '18 at 13:45
  • Possible duplicate of [Error:failed to find Build Tools revision 23.0.0 rc2 - Android Studio](https://stackoverflow.com/questions/33010106/errorfailed-to-find-build-tools-revision-23-0-0-rc2-android-studio) – Lukas Körfer Jul 25 '18 at 14:54

0 Answers0