find Build Tools revision 27.0.3
find Build Tools revision 27.0.3
Gradle project sync failed on Android Studio 3.0.1
I do what it was said here and I got this error:
How shall I proceed? Thanks.
1 Answer
1
You need to install build-tools package. For installing it manually, follow these steps:
Download the "build-tools_r27.0.3-windows" directly from the following link:
https://dl-ssl.google.com/android/repository/build-tools_r27.0.3-windows.zip
On your "SDK" directory, create a new folder and rename it to "build-tools".
Extract the downloaded file in the "build-tools" folder.
Finally, Restart Android studio.
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy
It helps me a lot. thanks
– atabrizi
Oct 23 '18 at 7:58