Gradle build errors after updating Android Studio

前端 未结 11 2195
无人共我
无人共我 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:26

    For those who are confused by: "This file is automatically generated by Android Studio. # Do not modify this file -- YOUR CHANGES WILL BE ERASED!" when they open local.properties :

    It works anyway, if the file is overridden, just change it again.

    To easily find the location of your sdk, try: File -> Project Structure -> Android SDK.

提交回复
热议问题