Open
Description
Your project is configured with Android NDK 26.1.10909125, but the following plugin(s) depend on a different Android NDK version:
- integration_test requires Android NDK 26.3.11579264
Fix this issue by using the highest Android NDK version (they are backward compatible).
Add the following to C:\src\zulip-flutter\android\app\build.gradle:
android {
ndkVersion = "26.3.11579264"
...
}
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status