Android Studio - Failed to notify project evaluation listener error

前端 未结 30 1837
悲&欢浪女
悲&欢浪女 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:38

    I had buildToolsVersion "27.0.1", upgrading it to 27.0.2 fixed the issue.

    Also, my android support deps were at version 27.0.2 so they were not aligned to the buildToolsVersion

提交回复
热议问题