-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Should the default ndkVersion be updated to support 16KB Page Size Requirement? #175022
Copy link
Copy link
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
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
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hello hello!
Curious: From what I understand, if you don't specify an
ndkVersionin your app'sandroid/app/build.gradlefile, and instead usendkVersion = flutter.ndkVersion, Flutter will default to what's in the repo at:Which shows:
For Flutter
3.36, if that is the correct location for theflutter.ndkVersionfallback/default, can thatndkVersionvalue be updated to reflect the stable release on the NDK downloads page (r28c: "28.2.13676358"), being it would seem the 16KB requirement requiresr28+?I'm not the most familiar with all this Android-specific versions and configs and such, so any insights/corrections appreciated.