Failed to build project with Android studio

前端 未结 6 1050
醉酒成梦
醉酒成梦 2021-02-02 05:15

Can anyone tell me why I\'m getting this error with AndroidStudio?

Execution failed for task \':sampleapp:preBuild\'.
> Build Tools Revision 19.0.0+ is requir         


        
6条回答
  •  死守一世寂寞
    2021-02-02 05:55

    Go to Window->Android SDK Manager and run it

    You will see Android Build-Tools version installed...

    Change build.gradle to reflect the installed version of build tools

    This worked for me

    OR

    Install the version which is shown in error

提交回复
热议问题