From 14ebfad7788d1e8c1d41a19e7da78a665a48a9b4 Mon Sep 17 00:00:00 2001 From: expectocode Date: Wed, 12 Oct 2022 22:21:41 +0100 Subject: [PATCH] further readme tweaks --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b70e559..c7482b7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Building -Clone repo, open project in Android Studio. +Clone the repo, then open the project in Android Studio. Make sure the required Android NDK platforms are installed, and the environment variable `ANDROID_NDK_TOOLCHAIN_DIR` is configured correctly. @@ -13,4 +13,6 @@ On Windows, this might be a path such as the following (NDK "Side by side" SDK t Set your API ID and hash in the rust code. -Sync gradle files, and "build" should work. +Change the Cargo.toml to point to a local grammers source tree and remove the version argument. + +Sync gradle files, and Android Studio's "build" and "run" should Just Work.