Skip to content

Commit

Permalink
add jdk install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Jun 21, 2021
1 parent 5835491 commit 326d443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 326d443

Please sign in to comment.