Skip to content
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 find property 'MYAPP_RELEASE_STORE_PASSWORD' #28

Closed
ws123 opened this issue Jun 21, 2016 · 3 comments
Closed

Could not find property 'MYAPP_RELEASE_STORE_PASSWORD' #28

ws123 opened this issue Jun 21, 2016 · 3 comments

Comments

@ws123
Copy link

ws123 commented Jun 21, 2016

  • What went wrong:
    A problem occurred evaluating project ':app'.

    Could not find property 'MYAPP_RELEASE_STORE_PASSWORD' on SigningConfig_Decorated{name=release, storeFile=/home/carlos/react-native/HackerNews-React-Native/android/app/hn-reader_android.keystore, storePassword=null, keyAlias=null, keyPassword=null, storeType=/home/carlos/react-native/HackerNews-React-Native/android/app/hn-reader_android.keystore}.

@xzyaoi
Copy link

xzyaoi commented Jul 21, 2016

You have to set it to a specific string, it's something like

keyPassword '12345678'

I think the author may forget to write it down.

@justin-mecham
Copy link

justin-mecham commented Aug 30, 2016

I commented that section out in build.gradle (HackerNews-React-Native\android\app\build.gradle)

Basically, they are intentionally removing their keys from the versions pushed to github.

signingConfigs {
    release {
        /*
        storeFile file('hn-reader_android.keystore')
        storePassword MYAPP_RELEASE_STORE_PASSWORD
        keyAlias MYAPP_RELEASE_KEY_ALIAS
        keyPassword MYAPP_RELEASE_KEY_PASSWORD
    */
    }
}

@ws123
Copy link
Author

ws123 commented Sep 2, 2016

thank you

@ws123 ws123 closed this as completed Sep 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants