新版本f1118 更新图片 修复_running bug

This commit is contained in:
xsl
2025-11-17 22:36:59 +08:00
parent 84d567674f
commit 9c71e40c97
35 changed files with 20 additions and 6 deletions
+11
View File
@@ -31,6 +31,17 @@ android {
debug {
debuggable true
jniDebuggable true
externalNativeBuild {
cmake {
arguments "-DCMAKE_BUILD_TYPE=Debug"
cppFlags "-DDEBUG -O0 -g"
}
}
ndk {
debugSymbolLevel 'FULL' // Debug 版本包含完整符号
}
}
release {