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 파일 전송 및 다운로드 -> 압축 해제
설치가 안된다... '패키지가 잘못되어 앱이 설치되지 않았습니다' ㅠ
'Mobile' 카테고리의 다른 글
[React Native] expo 프로젝트 build (0) | 2024.02.29 |
---|---|
[React-Native] expo-cli 환경 구축 (eas-cli) (0) | 2024.02.27 |
[React-native] 절대 경로 설정 (expo) (0) | 2024.02.20 |
[React-Native] expo-cli 환경 구축 (0) | 2024.02.20 |
[React-Native] WebView 환경 설정 (0) | 2024.02.20 |