참조
https://cordova.apache.org/announcements/2021/07/20/cordova-android-10.0.0.html
Android App Bundles
aab
SupportBy default, release builds will now generate an
aab
formatted package type for release.By nature,
aab
packages can not be deployed or pushed manually to a device for testing. If you need to test a release build, you will need to change the package type back toapk
with thepackageType
flag.Debug builds will continue to create an
apk
formatted package.
cordova-android 10버전 이상부터 ionic cordova build android --release 생성시 apk로 생성되지 않고 aab로만 생성됨 - debug 버전은 apk로 생성
release apk 생성을 위해 packageType flag를 변경하라고 하는데,,,,
그냥 Android Studio의 Generate Signed Bundle or APK를 통해 생성하는게 빠름..
댓글 없음:
댓글 쓰기