-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Closed
Copy link
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listplatform-androidAndroid applications specificallyAndroid applications specificallyr: solvedIssue is closed as solvedIssue is closed as solvedt: gradle"flutter build" and "flutter run" on Android"flutter build" and "flutter run" on Androidteam-androidOwned by Android platform teamOwned by Android platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
Hello hello!
Curious: From what I understand, if you don't specify an ndkVersion in your app's android/app/build.gradle file, and instead use ndkVersion = flutter.ndkVersion, Flutter will default to what's in the repo at:
Which shows:
val ndkVersion: String = "27.0.12077973"
For Flutter 3.36, if that is the correct location for the flutter.ndkVersion fallback/default, can that ndkVersion value be updated to reflect the stable release on the NDK downloads page (r28c: "28.2.13676358"), being it would seem the 16KB requirement requires r28+?
I'm not the most familiar with all this Android-specific versions and configs and such, so any insights/corrections appreciated.
dominikIncibit and aggeloskoutanis
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listplatform-androidAndroid applications specificallyAndroid applications specificallyr: solvedIssue is closed as solvedIssue is closed as solvedt: gradle"flutter build" and "flutter run" on Android"flutter build" and "flutter run" on Androidteam-androidOwned by Android platform teamOwned by Android platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-androidTriaged by Android platform teamTriaged by Android platform team