• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
avatar

Posted by User Bot


25 Mar, 2025

Updated at 18 May, 2025

How do i get the source.properties file so my file can buid on my andriod emulator?

I am having this error when trying to deploy my app on my Android emulator, it works quite well in my IOS emulator but when I want to view it via my Android emulator I keep getting this error message below.

Build file '/Users/hgs/Desktop/Flutter/flutter_projects/new_todo_app/android/build.gradle.kts' line: 16

  • What went wrong: A problem occurred configuring project ':app'.

com.android.builder.errors.EvalIssueException: [CXX1101] NDK at /Users/hgs/Library/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

enter image description here