atoami / react-native-navigation-redux-starter-kit

React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint, Babel, Jest and Facebook SDK 😎
MIT License
269 stars 94 forks source link

Task :react-native-navigation:compileReactNative51ReleaseJavaWithJavac FAILED #15

Closed insperedia closed 5 years ago

insperedia commented 5 years ago

In fresh pull: cd android gradlew assembleRelease

Shows Task :react-native-navigation:compileReactNative51ReleaseJavaWithJavac FAILED

atoami commented 5 years ago

@insperedia Use this command to build release apk. npm run android-build-prod

insperedia commented 5 years ago

"npm run android-build-prod" does not work on Windows, there no "export" command. But I found that I need to run "gradlew app:assembleRelease", then it works. Thanks for quick reply!