cristian1980
cristian1980
I had the same issue but, upgrading to 2.5.3 and restarting Android Studio, fixed it.
Crashes for me too, I am using: > Flutter 3.4.0-19.0.pre.88 • channel master • https://github.com/flutter/flutter.git > Framework • revision 96b72232bd (28 hours ago) • 2022-09-06 09:29:05 -0400 > Engine •...
I switched to the stable flutter channel and it does not crash.
Basically gradle seems to call cmake with this command line: > /Users/cristi/Library/Android/sdk/cmake/3.22.1/bin/cmake -H/Users/cristi/Desktop/work/BlocksDesign/common -DCMAKE_SYSTEM_NAME=Android -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_SYSTEM_VERSION=29 -DANDROID_PLATFORM=android-29 -DANDROID_ABI=x86 -DCMAKE_ANDROID_ARCH_ABI=x86 -DANDROID_NDK=/Users/cristi/Library/Android/sdk/ndk/25.1.8937393 -DCMAKE_ANDROID_NDK=/Users/cristi/Library/Android/sdk/ndk/25.1.8937393 -DCMAKE_TOOLCHAIN_FILE=/Users/cristi/Library/Android/sdk/ndk/25.1.8937393/build/cmake/android.toolchain.cmake -DCMAKE_MAKE_PROGRAM=/Users/cristi/Library/Android/sdk/cmake/3.22.1/bin/ninja -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/cristi/Desktop/work/BlocksDesign/build/app/intermediates/cxx/RelWithDebInfo/453r2463/obj/x86 -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=/Users/cristi/Desktop/work/BlocksDesign/build/app/intermediates/cxx/RelWithDebInfo/453r2463/obj/x86 -DCMAKE_BUILD_TYPE=RelWithDebInfo -B/Users/cristi/Desktop/work/BlocksDesign/android/app/.cxx/RelWithDebInfo/453r2463/x86 -GNinja Ninja seems...
Another thing I should mention is that gradle may build for more than 1 CPU architecture simultaneously but CMake will have different build directories path for each cmake command. For...
Hello, I quite advanced in a project in Java and I am trying to use 3.0. Everything is ok until, try to run a query. I couldn't find a single...
`"god"` is not in the bad word list but `"God-damned"` is, see here https://github.com/web-mech/badwords/blob/master/lib/lang.json A workaround would be to remove `"god"` form the bad word list before doing the filter,...
I encountered the same issue. Are you guys using obj-C/C++ ? I was hoping this was the issue for me. On the mainpage of this GIT there is a warning...
Can someone add this f15b414135039b72760a908b95c01aa8c9da6422 so we don't get 'Unknown error'
Probably same issue as this guy #1347