BrandonBLC
BrandonBLC

Reputation: 13

android studio, fix Android caching problems

Please help, just updated Android Studio, and build will not complete/sync

error message: Gradle sync failed: Android plugin 3.1.2 is not supported by Android cache fix plugin. Supported Android plugin versions: 3.1.0-alpha09, 3.0.0, 3.0.1. Override with -Dorg.gradle.android.cache-fix.ignoreVersionCheck=true. Consult IDE log for more details (Help | Show Log) (616ms)

Upvotes: 1

Views: 736

Answers (2)

Kanchan Pal
Kanchan Pal

Reputation: 367

It would be fixed soon!! Following is the workaround for now -

You can add systemProp.org.gradle.android.cache-fix.ignoreVersionCheck=true in your gradle.properties file.

Upvotes: 2

Cristea Marian
Cristea Marian

Reputation: 1

Well, try to downgrade

Android plugin 3.1.2
to
3.1.0-alpha09

try take a look here

Upvotes: 0

Related Questions