Android Studio Build Error : This version of Android Studio is incompatible with the Gradle Plugin used. Try disabling Instant Run
8
down vote
On Android 2.0 and above.
1 - In Settings -> Build, Execution, Deployment option -> Instant Run
2 - Clear Enable instant run to hot swap code
3 - Clean project
p/s : It should totally work.
see the links:
https://stackoverflow.com/questions/36709514/android-studio-build-error-this-version-of-android-studio-is-incompatible-with
8
down vote
On Android 2.0 and above.
1 - In Settings -> Build, Execution, Deployment option -> Instant Run
2 - Clear Enable instant run to hot swap code
3 - Clean project
p/s : It should totally work.