From 520911453484a3ecd2472a217feda111f3e1b22c Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Fri, 9 Oct 2015 17:00:12 +0100 Subject: [PATCH] Update SignedAPKAndroid.md --- docs/SignedAPKAndroid.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/SignedAPKAndroid.md b/docs/SignedAPKAndroid.md index 1866dd54a..3a8bd7bfe 100644 --- a/docs/SignedAPKAndroid.md +++ b/docs/SignedAPKAndroid.md @@ -64,7 +64,7 @@ android { ... ``` -### Generating the APK +### Generating the release APK 1. Start the packager by running `npm start` in your project folder 2. In your project folder, run the following in a Terminal, @@ -77,9 +77,9 @@ $ cd android && ./gradlew assembleRelease The generated APK can be found under `android/app/build/outputs/apk/app-release.apk`, and is ready to be distributed. -### Testing the release build +### Testing the release build of your app -Before uploading the release build to the Play Store, you should test it thoroughly. Install it on the device using: +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