Skip to content

build: Android NDK version mismatch #1220

Open
@carun

Description

@carun
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

No one assigned

    Labels

    a-AndroidIssues specific to Android, or requiring Android-specific worka-toolsOur own development tooling, scripts, and infrastructure

    Type

    No type

    Projects

    • Status

      No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions