material
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}.
deactive or comment where it is used. and go to this link to resolve next problem:
https://github.com/rey5137/material/issues/328
I found this problem too。 How to solve it?
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' } }