Skip to content

Commit 53fb143

Browse files
committed
correct path for binary of android
1 parent dfc5ddf commit 53fb143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ flutter_rust_bridge_codegen generate \
1212
### Compile Rust library for Android
1313

1414
```bash
15-
cargo ndk -t arm64-v8a -t armeabi-v7a -o ../android/main/app/src/main/jniLibs build --release
15+
cargo ndk -t arm64-v8a -t armeabi-v7a -o ../android/app/src/main/jniLibs build --release
1616
```
1717

1818
- [ ] these targets are not added yet

0 commit comments

Comments
 (0)