How to resolve Error : Failed to find Build Tools revision 22.0.1
When we download a zipped package from https://github.com/ , then we try to build it in our local Android Studio, sometimes we are experiencing this error :
Failed to find Build Tools revision 22.0.1
This is due to the Build Tools 22.0.1 is not available in our local PC, hence we need to download and install it. The good point is the Android Studio already provide the link to automatically download and install it.
Just click the blue link mentioned "Install Build Tools 22.0.1 and sync project"

Comments
Post a Comment
Please comment related with the topic