Add a touch more details to readme instructions
This commit is contained in:
parent
476f80cb5e
commit
272bd2d2a0
|
@ -1,5 +1,7 @@
|
||||||
# Building
|
# Building
|
||||||
|
|
||||||
|
Clone repo, open project in Android Studio.
|
||||||
|
|
||||||
Make sure the required Android NDK platforms are installed, and the environment
|
Make sure the required Android NDK platforms are installed, and the environment
|
||||||
variable `ANDROID_NDK_TOOLCHAIN_DIR` is configured correctly.
|
variable `ANDROID_NDK_TOOLCHAIN_DIR` is configured correctly.
|
||||||
|
|
||||||
|
@ -8,3 +10,7 @@ On Windows, this might be a path such as the following (NDK "Side by side" SDK t
|
||||||
```
|
```
|
||||||
%LOCALAPPDATA%\Android\Sdk\ndk\25.1.8937393\toolchains\llvm\prebuilt\windows-x86_64\bin
|
%LOCALAPPDATA%\Android\Sdk\ndk\25.1.8937393\toolchains\llvm\prebuilt\windows-x86_64\bin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Set your API ID and hash in the rust code.
|
||||||
|
|
||||||
|
Sync gradle files, and "build" should work.
|
||||||
|
|
Loading…
Reference in New Issue