Docs: Explain that the NDK is required

This commit is contained in:
Simon Binder 2020-01-23 21:07:50 +01:00
parent 845d32471c
commit e995553623
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ If you're wondering why so many packages are necessary, here's a quick overview
- `moor_generator`: Generates query code based on your tables
- `build_runner`: Common tool for code-generation, maintained by the Dart team
Note that, on Android, the NDK is required. You can easily install the NDK and CMake from the SDK Manager in Android Studio
by following the instructions [here](https://developer.android.com/studio/projects/install-ndk.md).
{{% changed_to_ffi %}}
### Declaring tables