xiekw2010 / react-native-gitfeed

Yet another Github client written with react-native.
1.72k stars 278 forks source link

Trying error #2

Closed zhiephie closed 8 years ago

zhiephie commented 8 years ago
* Where:
Build file 'E:\github-feed\android\app\build.gradle' line: 101

* What went wrong:
A problem occurred evaluating project ':app'.
> Could not find property 'MYAPP_RELEASE_STORE_FILE' on SigningConfig_Decorated{name=release, storeF
ile=null, storePassword=null, keyAlias=null, keyPassword=null, storeType=null}.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more l
og output.

BUILD FAILED

Total time: 17.395 secs
Invalid APK file: app/build/outputs/apk/app-release.apk
xiekw2010 commented 8 years ago

Hi zhiephie,

Maybe you haven't setup the android release key. check this out, http://facebook.github.io/react-native/docs/running-on-device-android.html#content

saitodisse commented 8 years ago

the correct link is that: https://facebook.github.io/react-native/docs/signed-apk-android.html

zhiephie commented 8 years ago

Thanks @saitodisse