We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f44c2f commit a32ba74Copy full SHA for a32ba74
lib/README.md
@@ -40,9 +40,12 @@ scripts in `scripts/`.
40
```bash
41
./scripts/generate_bindings.sh --target android
42
```
43
-3. Stage the artifacts for inclusion in a Flutter project:
+3. Stage the artifacts for inclusion in a Flutter project (make script executable or run with `bash`):
44
45
+ chmod +x scripts/build-android.sh
46
./scripts/build-android.sh
47
+ # or
48
+ bash ./scripts/build-android.sh
49
50
Output libraries are copied to `android/libs/<abi>/libbdkffi.so`.
51
0 commit comments