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
Stock Market Training By Ashwani Gujral - -fco- Better Link
The late Ashwani Gujral was a cornerstone of the Indian trading community, renowned for his blunt, practical approach to the markets. His training programs—often conducted as intensive workshops or masterclasses—focused on stripping away complex jargon to reveal the core mechanics of profitable trading. The Foundation of Ashwani Gujral’s Training
The 9:20 Strategy
: Implementation of time-based trading techniques to capitalize on the early morning momentum often seen in the Indian markets. Stock Market Training By Ashwani Gujral - -FCO-
Key Rules & Checklists (examples)
, which limits individual trade risk to 3% and total portfolio risk to 5% while aiming for a 7:1 profit-to-loss ratio. Unique Trading Tactics The late Ashwani Gujral was a cornerstone of
FCO (Futures, Currencies, and Options)
Ashwani Gujral's training is a comprehensive program designed by the veteran market analyst to help traders master the complexities of the derivatives market. Core Training Features Key Rules & Checklists (examples) , which limits
Ashwani Gujral’s FCO training provides a comprehensive framework for Indian market trading, focusing on the "3Ms": Method, Money Management, and Mindset. The curriculum emphasizes Pivot Theory, strict risk management, and the 9:20 AM momentum strategy, with methodologies detailed in his books and workshops. For more details, visit Amazon India .
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