Android Studio Build Error : This version of Android Studio is incompatible with the Gradle Plugin u

xiaoxiao2021-02-28  101

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.

转载请注明原文地址: https://www.6miu.com/read-65836.html

最新回复(0)