You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
...
}
The text was updated successfully, but these errors were encountered:
Thanks for the report; helpful to have an issue tracking this. We're discussing it in the Zulip development community, here.
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
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.
The text was updated successfully, but these errors were encountered: