I am using Android Studio 3.0 Canary 9. I forked the project and imported it on the studio for the first time. But the project refresh isn't succeeding. I keep getting this error.
Error:Could not get unknown property 'LOOP_STORE_FILE' for SigningConfig_Decorated{name=release, storeFile=null, storePassword=null, keyAlias=null, keyPassword=null, storeType=null, v1SigningEnabled=true, v2SigningEnabled=true} of type com.android.build.gradle.internal.dsl.SigningConfig.
I am using Android Studio 3.0 Canary 9. I forked the project and imported it on the studio for the first time. But the project refresh isn't succeeding. I keep getting this error.
Error:Could not get unknown property 'LOOP_STORE_FILE' for SigningConfig_Decorated{name=release, storeFile=null, storePassword=null, keyAlias=null, keyPassword=null, storeType=null, v1SigningEnabled=true, v2SigningEnabled=true} of type com.android.build.gradle.internal.dsl.SigningConfig.
Am I missing something here? Thanks.