material icon indicating copy to clipboard operation
material copied to clipboard

Could not find property 'MATERIAL_KEYSTORE_FILE' on SigningConfig_Decorated{name=release, storeFile=null, storePassword=null, keyAlias=null, keyPassword=null, storeType=null}.

Open Xclong opened this issue 9 years ago • 3 comments

Xclong avatar Apr 27 '16 06:04 Xclong

deactive or comment where it is used. and go to this link to resolve next problem:

https://github.com/rey5137/material/issues/328

ModirGithub avatar May 06 '16 05:05 ModirGithub

I found this problem too。 How to solve it?

DengYuying avatar May 20 '16 10:05 DengYuying

open file: [https://github.com/rey5137/material/blob/master/app/build.gradle] and put the values in the single quotes.

signingConfigs { release { storeFile file('MATERIAL_KEYSTORE_FILE') storePassword 'MATERIAL_KEYSTORE_PASSWORD' keyAlias 'MATERIAL_KEYSTORE_ALIAS' keyPassword 'MATERIAL_KEYSTORE_PASSWORD' } }

zjamshidi avatar May 30 '16 06:05 zjamshidi