구글 스토어 출시를 위한 디버그 기호 뽑기
고도는 불편한게 많지만 공부할 수 있어서 좋다.
유니티로 딸깍하면 되는 것을 직접 해보면서
개념 익히기도좋고 ㄷ
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
댓글
댓글 쓰기