반응형

bundletool 설치 :

brew install bundletool

 

apks파일로 변환 :

bundletool build-apks --bundle=test.aab --output=test.apks --mode=universal

 

bundletool을 직접 다운받은 경우 아래와 같이 변환 :

java -jar "bundletool-all-1.1.0.jar" build-apks --bundle="test.aab" --output="test.apks" --mode=universal

 

apks 확장자를 zip으로 변경 후 압축을 풀면 apk파일을 얻을 수 있다. 

 

참고 :

developer.android.com/studio/command-line/bundletool

 

반응형
블로그 이미지

SKY STORY

,