Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Android NDK version mismatch #1220

Open
carun opened this issue Dec 27, 2024 · 6 comments
Open

build: Android NDK version mismatch #1220

carun opened this issue Dec 27, 2024 · 6 comments
Labels
a-Android Issues specific to Android, or requiring Android-specific work a-tools Our own development tooling, scripts, and infrastructure

Comments

@carun
Copy link

carun commented Dec 27, 2024

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"
        ...
    }
@chrisbobbe
Copy link
Collaborator

Thanks for the report; helpful to have an issue tracking this. We're discussing it in the Zulip development community, here.

@gnprice gnprice added a-Android Issues specific to Android, or requiring Android-specific work a-tools Our own development tooling, scripts, and infrastructure labels Dec 27, 2024
@gnprice
Copy link
Member

gnprice commented Dec 27, 2024

To make it explicit on this thread: that message is only a warning. So even before we fix it, it shouldn't get in the way of building and running the app.

@gnprice gnprice added this to the M6: Post-launch milestone Dec 27, 2024
@carun

This comment was marked as off-topic.

@chrisbobbe

This comment was marked as off-topic.

@carun

This comment was marked as off-topic.

@gnprice

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-Android Issues specific to Android, or requiring Android-specific work a-tools Our own development tooling, scripts, and infrastructure
Projects
Status: No status
Development

No branches or pull requests

3 participants