iSoron / uhabits

Loop Habit Tracker, a mobile app for creating and maintaining long-term positive habits
GNU General Public License v3.0
7.9k stars 936 forks source link

Unable to build project after first project import #318

Closed rsri closed 7 years ago

rsri commented 7 years ago

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.

rsri commented 7 years ago

Nevermind. I had to comment out the signingConfig under release in gradle for it to work.

iSoron commented 7 years ago

This should be fixed now. Thank you for letting me know.