Publish smaller apps with the Android App Bundle

preview_player
Показать описание
An Android App Bundle is a new upload format that includes all your app’s compiled code and resources, but defers APK generation and signing to Google Play.

Google Play’s new app serving model, called Dynamic Delivery, then uses your app bundle to generate and serve optimized APKs for each user’s device configuration, so they download only the code and resources they need to run your app. You no longer have to build, sign, and manage multiple APKs to support different devices, and users get smaller, more optimized downloads.

Рекомендации по теме
Комментарии
Автор

How your hair rotation changed from beginning to end of video? OMG !?!

suleymanbucuk
Автор

You make this look so easy and it is definitely not. I downloaded everything and I'm trying to get it "bundled" as the APP store is forcing me too and all I get is a gradle version error which I have tried all the google search resolutions and none have fixed my issue. How am I downloading the newest version of Android Studio and I have version 5.6.4 gradle yet it won't let me use the software saying it needs to be higher than 3.2. From my knowledge 5.6.4 is higher than 3.2...maybe fix this. I can't believe Google software is such a mess, I would hate to have to actually code in this.

kevinsmak
Автор

This is pretty great, specially for apps that require and are media dependent(vectors, png, etc)

lisacutieful
Автор

The problem I have with bundle is that it requires me to design more assets for different screen densities. When using a standard APK, I only have to create assets for xxhdpi that can be used by devices with a smaller density. But I guess there is always a trade-off between size and effort.

HBrsz
Автор

This is really great & will be hugely beneficial in reducing the apk download size.

RakhiDhavale
Автор

Will I still need to implement R8? and this android gradle plugin? new to all of this.

Tgeroi
Автор

I was using split APKs to submit previously. I tried to submit bundle file for the new version but the warning said "none of the previous users will be able to update to new APK" with "non-upgradable apk" title. So, for this version, I still used split APKs. Is there a way to migrate from split APK to bundle? :D Thanks!

AungMyintThein
Автор

An app that has 250mb. Can I upload with aab file to Google Play Store?

ehan
Автор

Thanks for sharing amazing info related to android apps

techwithdanyal
Автор

Can you tell me why I cannot see the "Generate Signed Bundle/APK" option at all under build in mine?

morecowbellmountainbiking
Автор

Don't you need apk expansion file if have apk bundle?

ehan
Автор

This m8 be to support instant apps. The bundle which get created in instantapp compile time

PrageethKumara
Автор

What if user change the device language? How the respective string are delivered then?

ankurg_
Автор

is there any step by step tutorial for hybrid?

marcelinuswahyu
Автор

How will we need to deal with obb in android bundle?

yuryshadchnev
Автор

the installation takes forever, its crazy!!

offload
Автор

What happens if the app is being sent via xender?

victorelezua
Автор

Is appbundle required Google Play app signing

vinothm
Автор

hello
I need to compile swf game to apk method
thanks

aichatnaaichatna
Автор

It is based on device current requirment download.

letslearncomputerprogramming