From a77fe7e1ca280ab24e2313fe0cea0cb243ed319d Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 26 Feb 2018 18:18:22 +0000 Subject: [PATCH] Deploy website Deploy website version based on 99466adda973fe11cb4263f75fe45dbe0a83ae9c --- docs/next/signed-apk-android.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/next/signed-apk-android.html b/docs/next/signed-apk-android.html index c6d42c5510e..1acfe4e4fe6 100644 --- a/docs/next/signed-apk-android.html +++ b/docs/next/signed-apk-android.html @@ -60,6 +60,9 @@ android {
$ cd android && ./gradlew assembleRelease
 

Gradle's assembleRelease will bundle all the JavaScript needed to run your app into the APK. If you need to change the way the JavaScript bundle and/or drawable resources are bundled (e.g. if you changed the default file/folder names or the general structure of the project), have a look at android/app/build.gradle to see how you can update it to reflect these changes.

+
+

Note: Make sure gradle.properties does not include org.gradle.configureondemand=true as that will make release build skip bundling JS and assets into the APK.

+

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 of your app

Before uploading the release build to the Play Store, make sure you test it thoroughly. First uninstall any previous version of the app you already have installed. Install it on the device using: