Hi, I have this error when running an IMC calculat...
# community-support
s
Hi, I have this error when running an IMC calculator in visual studio code, I have seen several tutorials but nothing has worked for me
Copy code
FAILURE: Build failed with an exception.

* Where:
Build file 'C:\Users\USER\Downloads\Flutter-Expert-master\Flutter-Expert-master\imc_calculator\android\build.gradle' line: 13

* What went wrong:
A problem occurred evaluating root project 'android'.
> A problem occurred configuring project ':app'.
   > com.android.builder.errors.EvalIssueException: [CXX1101] NDK at C:\Users\USER\AppData\Local\Android\sdk\ndk\26.3.11579264 did not have a source.properties file

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at <https://help.gradle.org>.

BUILD FAILED in 50s
Error: Gradle task assembleDebug failed with exit code 1
m
can you please share build scan link (./gradlew build --scan and accept by typing yes at the end ) or link to your repo or share your build.gradle content . Alternatively run the build with --info --stacktrace to get more details about the issue .
v
It might be better to move this question to #CJYS1DAP5. It is highly AGP specific. But you probably just misconfigured some path or similar? Read the message again, it says in the configured NDK a specific file is missing.