git clone https://github.com/godotengine/godot.git
cd godot
git checkout 4.xSử dụng lệnh SCons từ thư mục source Godot. Tài liệu về debug symbols cũng dùng scons để compile export templates với debug symbols .
Với flag bạn đã liệt kê (chỉ dùng nếu build system Godot phiên bản của bạn hỗ trợ):
scons platform=android target=template_debug generate_android_binaries=yes debug_symbols=yes gradle_do_not_strip=yesTài liệu Sentry cũng chỉ ra rằng export template Android có thể được compile với target=template_debug, platform=android, arch=arm32, và debug_symbols=yes để tạo template có debug symbols .
scons platform=android target=template_release generate_android_binaries=yes debug_symbols=yes gradle_do_not_strip=yesscons platform=android target=template_release generate_android_binaries=yes debug_symbols=yes gradle_do_not_strip=yes separate_debug_symbols=yes