From 326d443e2042d7389f856812c29037ae5077ec0e Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Mon, 21 Jun 2021 17:21:01 -0600 Subject: [PATCH] add jdk install instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a02c8008f6e9..824a7541a1f8 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ You can use any IDE or code editing tool for developing on any platform. Use you ## Running the Android app 🤖 * To install the Android dependencies, run: `npm install`, then `gradle` will install all linked dependencies +* Make sure you have Java installed `java -version`. If not, install it by running `npm install -g openjdk8`. * To run a on a **Development Emulator**: `npm run android` * Changes applied to Javascript will be applied automatically, any changes to native code will require a recompile