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
Batman - Arkham Knight -fitgirl Repack--fg-sele... -
All-Inclusive Content: These repacks typically include the Premium Edition content, such as the Batgirl: A Matter of Family prequel, the Season of Infamy expansion, and various character skins and Batmobile tracks.
Massive Compression: FitGirl's repacks are famous for shrinking file sizes. This saves bandwidth for those with data caps and reduces the time spent waiting for a download to finish. Batman - Arkham Knight -FitGirl Repack--fg-sele...
Batman: Arkham Knight is a fitting end to a legendary saga. It captures the dark, brooding atmosphere of Gotham while providing a mechanical depth that few superhero games have matched. Whether you are solving Riddler trophies, hunting down firefly, or engaging in the emotional climax of the story, it is a must-play. Batman: Arkham Knight is a fitting end to a legendary saga
In this final chapter, Scarecrow returns to unite Gotham's greatest villains, including Penguin, Two-Face, and Harley Quinn. Their goal is simple: destroy the Batman once and for all. However, the most imposing threat is the titular Arkham Knight, a mysterious new adversary who knows Batman’s every move and leads a massive militia army. In this final chapter, Scarecrow returns to unite
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