Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit ba4a1e7

Browse files
authored
Changes due to review
1 parent 6eb1738 commit ba4a1e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Before you can compile for Android, you need to setup your environment. This nee
1414
- Update the SDK: `./android-sdk-linux/tools/android update sdk -u`
1515

1616
- Install `cargo-apk` with `cargo install cargo-apk`.
17-
- Be sure to set `NDK_HOME` to the path of your NDK.
17+
- Be sure to set `NDK_HOME` to the path of your NDK and `ANDROID_HOME` to the path of your SDK.
1818

1919
## Compiling
2020

21-
Run `cd glue && cargo apk`.
21+
In the project root for your Android crate, run `cargo apk`.
2222

2323
This will build an Android package in `target/android-artifacts/build/bin`.
2424

0 commit comments

Comments
 (0)