Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uploading AAB Bundle to AppCenter downloads an APK File?

I am converting my Android app from APK to AAB. However, when I uploaded the bundle.aab to AppCenter, the download was an APK? Shouldn't the download be a .AAB file?

like image 955
Android Dev Avatar asked Nov 24 '25 20:11

Android Dev


2 Answers

The Android OS can only install APKs. If you upload Android App Bundles to the Google Play Store, the Play Store then generates optimized APKs for your end users.

Microsoft's App Center on the other hand generates an unoptimized universal APK.

"When you distribute Android Application Bundle (AAB), App Center generates a universal APK, signs it with a generated signing key, and distributes it to a device."

Source: https://learn.microsoft.com/en-us/appcenter/distribution/uploading

like image 136
Alexander Hoffmann Avatar answered Nov 26 '25 13:11

Alexander Hoffmann


Same here. Try downloading in another browser. For me it downloads .aab on Safari but .apk on Chrome.

like image 31
Sergey Rogov Avatar answered Nov 26 '25 14:11

Sergey Rogov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!