Gradle build errors after updating Android Studio

前端 未结 11 2204
无人共我
无人共我 2020-12-12 23:30

I just updated Android Studio, and now when I try to build my app, I get the following Gradle error:

Information: Compilation completed with 2 e         


        
11条回答
  •  臣服心动
    2020-12-13 00:06

    This works for me to get rid of "Try Again" on the top about Gradle errors.

    File >> Project Structure >> Project >> Android Gradle Plugin Version = 3.2.1 and Gradle Version 5.1.1 >> Ok >> Apply
    
    Android Studio >> Build >> Make Project
    

    You may get fine, but it will pop-up again for "Update Gradle" I choose "Do not remind me for this project"

提交回复
热议问题