-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not get unknown property 'RELEASE_STORE_FILE' #7
Comments
You should declare the following items in gradle.properties (no matter in project or globally) : |
Hi @dailystudio, I'm still not sure how to define RELEASE_KEY_ALIAS,could you say more details? |
not clear with how to solve this issue, not define RELEASE_KEY_ALIAS, really sorry for the mistake |
add the following two lines in gradle.properties under the root directory of your project: |
I don't want to sign the apk. want to just run project. Can i run project without keys. How to remove this: RELEASE_KEY_ALIAS= |
To run the cloned project - /* signingConfigs {
// signingConfig signingConfigs.release
// signingConfig signingConfigs.debug
|
We met this error, too. Finally we found that memberB's project lost file |
Hi, i build this project in Android Studio, and it gets some wrong:
Could not get unknown property 'RELEASE_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.
thanks !
The text was updated successfully, but these errors were encountered: