admin管理员组

文章数量:1401384

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 

本文标签: flutterHow do i get the sourceproperties file so my file can buid on my andriod emulatorStack Overflow