구글 스토어 출시를 위한 디버그 기호 뽑기

고도는 불편한게 많지만 공부할 수 있어서 좋다. 
유니티로 딸깍하면 되는 것을 직접 해보면서 
개념 익히기도좋고 ㄷ
debug_symbols=yes separate_debug_symbols=yesandroid-template-release-native-symbols.zip


scons platform=android arch=arm32 target=template_release debug_symbols=yes
scons platform=android arch=arm64 target=template_release debug_symbols=yes
scons platform=android arch=x86_32 target=template_release debug_symbols=yes
scons platform=android arch=x86_64 target=template_release debug_symbols=yes separate_debug_symbols=yes generate_android_binaries=yes



댓글

이 블로그의 인기 게시물

고도엔진을 안드로이드애플리케이션에 임베드하는거 공부하기

[코틀린] 고도엔진 안드로이드 플러그인 최종정리

godot용 android plugin 제작