Skip to content

Commit

Permalink
Merge pull request #3714 from Expensify/cmartins-add-jdk-instructions
Browse files Browse the repository at this point in the history
Add jdk install instructions to README
  • Loading branch information
thienlnam authored Jun 22, 2021
2 parents 4de0c44 + 326d443 commit 64b3e88
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 64b3e88

Please sign in to comment.