I cant seem to get build tools for the latest gradle at all. I suspect its something to do with proxy setting for gradle. I have had a good look online but still cant seem t
In my case, I solved it by stopping gradlew process in VS code using the below command
android/gradlew --stop