It lives.
Go to file
expectocode 87601b0967 Add a touch more details to readme instructions 2022-10-12 22:08:17 +01:00
.idea Add a touch more details to readme instructions 2022-10-12 22:08:17 +01:00
app Add a touch more details to readme instructions 2022-10-12 22:08:17 +01:00
gradle/wrapper Initial Commit 2022-10-11 10:51:26 +02:00
native Add a touch more details to readme instructions 2022-10-12 22:08:17 +01:00
.gitignore Initial Commit 2022-10-11 10:51:26 +02:00
README.md Add a touch more details to readme instructions 2022-10-12 22:08:17 +01:00
build.gradle Add dependency on native Rust project 2022-10-12 16:03:29 +02:00
gradle.properties Initial Commit 2022-10-11 10:51:26 +02:00
gradlew Add a touch more details to readme instructions 2022-10-12 22:08:17 +01:00
gradlew.bat Initial Commit 2022-10-11 10:51:26 +02:00
settings.gradle Initial Commit 2022-10-11 10:51:26 +02:00

README.md

Building

Clone repo, open project in Android Studio.

Make sure the required Android NDK platforms are installed, and the environment variable ANDROID_NDK_TOOLCHAIN_DIR is configured correctly.

On Windows, this might be a path such as the following (NDK "Side by side" SDK tool):

%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.