sorry for my English, this is my first issues
Hi, I created a issus https://github.com/facebook/react-native/issues/4124
I can run perfect react-native start / react-native run-android and it works great
- SO: windows 10
- node: 4.2.2
- npm: 2.14.7
- react-native: 0.1.7
I followed this tutorial completely accurate https://facebook.github.io/react-native/docs/signed-apk-android.html#content
1- the key gender [ok]

2- Edit the file ~/.gradle/gradle.properties [ok]

3- Adding signing config to your app's gradle config (android/app/build.gradle)

launch command ./gradlew assembleRelease
The error is as follows

did not find the command-native react

then we change the absolute path
// set up the call to the react-native cli
workingDir reactRoot
commandLine "C:/Users/yo/AppData/Roaming/npm/react-native.cmd", "bundle", "--platform", "android", "--dev", "false", "--entry-file",
entryFile, "--bundle-output", jsBundleFileRelease, "--assets-dest", resourcesDirRelease
in this case, it fails. It is infinite loading
:app:prepareComFacebookReactReactNative0140Library UP-TO-DATE
:app:prepareComGoogleAndroidExoplayerExoplayerR151Library UP-TO-DATE
:app:prepareOrgWebkitAndroidJscR174650Library UP-TO-DATE
:app:prepareReleaseDependencies
:app:compileReleaseAidl UP-TO-DATE
:app:compileReleaseRenderscript UP-TO-DATE
:app:generateReleaseBuildConfig UP-TO-DATE
:app:generateReleaseAssets UP-TO-DATE
:app:mergeReleaseAssets UP-TO-DATE
:app:generateReleaseResValues UP-TO-DATE
:app:generateReleaseResources UP-TO-DATE
:app:mergeReleaseResources UP-TO-DATE
> Building 79% > :app:bundleReleaseJsAndAssets
test without key file (is exactly the same)
After testing several commands.
./gradlew --info assembleRelease
If I wait long at the end I get an error
