JoanZapata / android-iconify

Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,...
http://joanzapata.com/android-iconify
Other
3.93k stars 526 forks source link

about storePassword ICONIFY_SAMPLE_KEYSTORE_PASSWORD! #105

Closed jaqen404 closed 9 years ago

jaqen404 commented 9 years ago

Error:(28, 0) Could not find property 'ICONIFY_SAMPLE_KEYSTORE_PASSWORD' on SigningConfig_Decorated{name=release, storeFile=/Users/wangyidong1/Downloads/android-iconify-master/android-iconify-sample/keystore, storePassword=null, keyAlias=null, keyPassword=null, storeType=/Users/wangyidong1/Downloads/android-iconify-master/android-iconify-sample/keystore}.

JoanZapata commented 9 years ago

I'll fix it, in the meanwhile you can do this to prevent this error:

echo "ICONIFY_SAMPLE_KEYSTORE_PASSWORD=" >> ~/.gradle/gradle.properties
JoanZapata commented 9 years ago

Fixed in the develop branch

jaqen404 commented 9 years ago

remove "signingConfigs" , app can runing successfully。 What exactly does it do?

JoanZapata commented 9 years ago

As its name implies, it's the keystore password for the sample app. It's used when I build the release to publish on the Play Store. My fix makes it optional, though it's still required to build the release version of the sample app.