Skip to content

Commit

Permalink
docs(android): install release for android
Browse files Browse the repository at this point in the history
Summary:
maybe, it is a better command.
Closes #9057

Differential Revision: D3674229

fbshipit-source-id: 0767371646c75c5743214b2695064fb61666c7c4
  • Loading branch information
yutin1987 authored and Facebook Github Bot 6 committed Aug 5, 2016
1 parent 46bac5f commit ce82428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/SignedAPKAndroid.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ The generated APK can be found under `android/app/build/outputs/apk/app-release.
Before uploading the release build to the Play Store, make sure you test it thoroughly. Install it on the device using:

```sh
$ cd android && ./gradlew installRelease
$ react-native run-android --variant=release
```

Note that `installRelease` is only available if you've set up signing as described above.
Note that `--variant=release` is only available if you've set up signing as described above.

You can kill any running packager instances, all your and framework JavaScript code is bundled in the APK's assets.

Expand Down

0 comments on commit ce82428

Please sign in to comment.