Hi friends, is my `buildToolsVersion` correct? If ...
# android
l
Hi friends, is my
buildToolsVersion
correct? If yes it is currently throwing an error
Installed Build Tools revision 31.0.0 rc5 is corrupted
😶 5
g
I believe it’s not necessary specify build tools version explicitly on recent android gradle plugin
☝️ 3
l
What do you mean? I just downloaded from the SDK Manager their latest Android SDK Build-Tools 31-rc5
g
I mean that you can remove buildToolsVersion line and no need to download it explicitly Android Gradle Plugin will download required version automatically
l
Whoa thanks, let me try. Will that automatically use build tools 31?
g
it will use what is required for this version of target sdk (not more, not less)
2