본문 바로가기

Mobile

.aab -> .apk 변환

1. .aab 파일 생성

 

2. bundle jar 다운로드

https://github.com/google/bundletool/releases

 

Releases · google/bundletool

Bundletool is a command-line tool to manipulate Android App Bundles - google/bundletool

github.com

 

 

3. apk 파일 변환

java -jar "bundletool-all-1.15.6.jar" build-apks --bundle="application-4bd7b9d1-efcb-47fd-826a-3f1b1d8b6749.aab" --output="test1.apks" --mode=universal

 

4. 확장자 변경

.akp 를 .zip으로 변경

 

5. 모바일로 zip 파일 전송 및 다운로드 -> 압축 해제

설치가 안된다... '패키지가 잘못되어 앱이 설치되지 않았습니다' ㅠ