Android Studio - Failed to notify project evaluation listener error

前端 未结 30 1875
悲&欢浪女
悲&欢浪女 2020-12-13 11:45

Following is the build.gradle code in Android Studio

apply plugin: \'com.android.application\'

android {
    compileSdkVersion 23
    buildToolsVersion \"23         


        
30条回答
  •  遥遥无期
    2020-12-13 12:17

    For those of you working on a team:

    I pulled down some changes that included updating the build tools version, but I had not downloaded that new version of the build tools on my machine. Downloading the new version fixed this issue for me

提交回复
热议问题