Gradle tasks are not showing in the gradle tool window in Android Studio 4.2

I just updated Android Studio to version 4.2. I was surprised to not see the Gradle tasks in my project. In the previous version, 4.1.3, I could see the tasks as shown here: But now I only see the dependencies in version 4.2: I tried to clear Android Studio’s cache and sync my project again, … Read more

Android Studio error “Installed Build Tools revision 31.0.0 is corrupted”

I’m on Android Studio 4.2.2. I created a new project and haven’t added anything to the starter code and whenever I click build or run, I get this error: Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager. I’ve looked at other posts’ suggestions, but neither of those solutions … Read more