This version of android studio is incompatible with the gradle version used.Try disabling the instant run

You can use normal build run rather than instant run.

Check first

Go to Settings/Preferences > Build, Execution, Deployment option > Instant Run and uncheck all the three boxes.

  1. Upgrading Gradle services URL:

    Project > Gradle > Wrapper > gradle-wrapper.properties

    Change URL from

    distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip 
    

    to

    distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-all.zip
    

(Find latest distributionUrl gradle plugin version Here: http://services.gradle.org/distributions

**Make sure to use gradle-x.xx-all.zip
)

  1. Delete your build folder

    When you run project, build folder will be created automatically

  2. Go to BUILD option in menu > Clean the project, Build the project

    It should work without instant run.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)