Android Studio - Failed to notify project evaluation listener error

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

    I am facing same error before a week I solve by disabling the Instant Run

    File → Settings → Build, Execution, Deployment → Instant Run and uncheck Enable Instant Run.

    Hope it works.

    Note This answer works on below Android Studio 3

提交回复
热议问题