Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ If you're a developer wanting to contribute, read on.
## Build Instructions ##

1. Make sure you've installed [Android Studio](https://developer.android.com/studio).
1. Install npm using [Node Version Manager](https://github.com/nvm-sh/nvm)(nvm), as described in step one from the [Block Editor Quickstart guide](https://developer.wordpress.org/block-editor/getting-started/devenv/#quickstart)
1. `cd WordPress-Android` to enter the working directory.
1. In Android Studio, open the project from the local repository. This will auto-generate `local.properties` with the SDK location.
1. Recommended: The CI uses JDK11 to build the app and run the tests. Some tests won't pass on the JDK embedded in Android Studio (JDK8). You might want to set JAVA_HOME and JDK location in Android Studio to JDK11.
1. Go to Tools → AVD Manager and create an emulated device.
1. Run.
2. Install npm using [Node Version Manager](https://github.com/nvm-sh/nvm)(nvm), as described in step ne from the [Block Editor Quickstart guide](https://developer.wordpress.org/block-editor/getting-started/devenv/#quickstart)
3. `cd WordPress-Android` to enter the working directory.
4. In Android Studio, open the project from the local repository. This will auto-generate `local.properties` with the SDK location.
5. Recommended: The CI uses JDK11 to build the app and run the tests. Some tests won't pass on the JDK embedded in Android Studio (JDK8). You might want to set JAVA_HOME and JDK location in Android Studio to JDK11.
6. Go to Tools → AVD Manager and create an emulated device.
7. Run.

Notes:

Expand Down