“Installed Build Tools Revision 31.0.0 está dañada. Eliminar e instalar nuevamente con el administrador SDK.” Código de respuesta

Installed Build Tools Revision 31.0.0 está dañada. Eliminar e instalar nuevamente con el administrador SDK.

The same problem was encountered and solved with a few line changes.

Check the Project code panel, and go to Gradle Scripts --> build.gradle file,

    Change 3 places: compileSdkVersion, buildToolsVersion, targetSdkVersion from 31 to 30
    You'll notice a lightbulb hit occurring on modified lines, click and choose sync [to version 30]. The Android Studio will automatically download BuildTool V30 and change project settings.

Now run the app. It works for me
(copied from https://stackoverflow.com/a/68397108/14350452)
Witty Worm

La revisión de herramientas de compilación instaladas 32.0.0 está dañada. Eliminar e instalar nuevamente usando el SDK Manager

this video its good to solve this problem
https://www.youtube.com/watch?v=ZWFNr28yotI
Elegant Earthworm

Respuestas similares a “Installed Build Tools Revision 31.0.0 está dañada. Eliminar e instalar nuevamente con el administrador SDK.”

Preguntas similares a “Installed Build Tools Revision 31.0.0 está dañada. Eliminar e instalar nuevamente con el administrador SDK.”

Más respuestas relacionadas con “Installed Build Tools Revision 31.0.0 está dañada. Eliminar e instalar nuevamente con el administrador SDK.” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código