We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc5ddf commit 53fb143Copy full SHA for 53fb143
1 file changed
rust/README.md
@@ -12,7 +12,7 @@ flutter_rust_bridge_codegen generate \
12
### Compile Rust library for Android
13
14
```bash
15
-cargo ndk -t arm64-v8a -t armeabi-v7a -o ../android/main/app/src/main/jniLibs build --release
+cargo ndk -t arm64-v8a -t armeabi-v7a -o ../android/app/src/main/jniLibs build --release
16
```
17
18
- [ ] these targets are not added yet
0 commit comments