We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2937e09 commit 43d8787Copy full SHA for 43d8787
2 files changed
README.md
@@ -0,0 +1,14 @@
1
+# Save-Rust
2
+
3
+Bindings to the save-dweb-backend for the Save Android app.
4
5
+## Requirements
6
7
+- Install the Android SDK and Android Platform 34
8
+- Install android NDK on your system
9
+- Install Rust
10
+- `cargo install cargo-ndk`
11
+- Have `save-android` set up in the parent folder
12
+- Set up the `ANDROID_NDK_HOME` variable
13
+- `./build-android.sh`
14
+- You can now recompile the android app.
build-android.sh
@@ -8,7 +8,7 @@ mkdir -p $BUILD_DIR
cd $BUILD_DIR
# Create the jniLibs build directory
-JNI_DIR=$HOME/Projects/save-android/app/src/main/jniLibs
+JNI_DIR=../../save-android/app/src/main/jniLibs
mkdir -p $JNI_DIR
# Make sure we're on the latest all the time
0 commit comments