Hi everyone,I’m trying to build my Flutter app for Android, but I’m running into the following error:
text
Apply to main.dart
Build file ‘E:\devE\js\nsang19\flutter\fl2\android\build.gradle.kts’ line: 16
A problem occurred configuring project ‘:app’.
NDK not configured. Download it with SDK manager. Preferred NDK version is ‘27.0.12077973’.
I have downloaded a ndk , android studio doesn’t give me the option to download that specific one tho.
Any help would be appreciated! Thanks in advance.
I think there’s a line in the error that tells you to define the version in your build.gradle file
I don’t know why this is still happening
Portable Microsoft Office 365 Highly Compressed Extra Quality -
: At least 4 GB (for 64-bit) or 2 GB (for 32-bit) is required for basic functionality. Office 365 download about 80Gb in size? - Microsoft Q&A
In the warez and repack community, "extra quality" suggests that no visual elements, fonts, templates, or editing features were stripped out. It guarantees that spell check, macros (VBA), pivot tables in Excel, and even 3D models in PowerPoint work flawlessly. This is the hardest promise to keep. : At least 4 GB (for 64-bit) or
In theory, a portable application runs directly from a folder or USB drive without modifying the Windows registry or leaving traces on the host computer. “Highly compressed” suggests the file size is drastically reduced – often from several gigabytes to a few hundred megabytes. “Extra quality” implies no loss of features or stability. It guarantees that spell check, macros (VBA), pivot
Before downloading unofficial portable versions, consider these critical dangers: Portable Microsoft Office 365 Highly Compressed - Facebook It guarantees that spell check
I think it’s this and it’s still open
Update your gradle file with:
android {
ndkVersion = “27.0.12077973”
// … other config
}
save and in terminal (I use vs code so i do not know much about AS.
Do flutter clean && flutter pub get
Hope this helps