디버그 심볼즈 삭제한 안드로이드 so파일 뽑기 명령어

# 1. ARM64 (최신 스마트폰용 - 필수)

scons platform=android arch=arm64 target=template_release debug_symbols=no -j11


# 2. ARM32 (구형 스마트폰용)

scons platform=android arch=arm32 target=template_release debug_symbols=no -j11


# 3. x86_64 (크롬북, 일부 태블릿용)

scons platform=android arch=x86_64 target=template_release debug_symbols=no -j11


# 4. x86_32 (거의 안 쓰이지만 하위 호환용)

scons platform=android arch=x86_32 target=template_release debug_symbols=no -j11



# 1. ARM64 디버그

scons platform=android arch=arm64 target=template_debug debug_symbols=yes -j11


# 2. ARM32 디버그

scons platform=android arch=arm32 target=template_debug debug_symbols=yes -j11


# 3. x86_64 디버그

scons platform=android arch=x86_64 target=template_debug debug_symbols=yes -j11


# 4. x86_32 디버그

scons platform=android arch=x86_32 target=template_debug debug_symbols=yes -j11







댓글

이 블로그의 인기 게시물

[코틀린] 고도용 안드로이드 플러그인 CameraX 기능파악을 위한 앱 실습 codelabs

일시정지에서 특정 노드만 사용되게 하고 싶다면 get_tree().paused=false

cpp 작업을 위한 비쥬얼스튜디오에서 고도프로젝트 열기