Will i need to disable density splits if some of my drawables are only available in xxhdpi density ? I have some drawables that are available in densities from hdpi to xxxhdpi, but some that are only available in xxhdpi. They're drawables that are only used on first run of the app, in a tutorial.
Will AAB files be useable with OBB files? Do I need to pack the OBB within the AAB or what's the correct solution for that? Is there still a 100MB limit for the generated APKs by the PlayStore from the ABB file?
This command not working, at 22:11 (ruclips.net/video/bViNOUeFuiQ/видео.html) bundletool build-apks --bundle=app/build/outputs/bundle/debug/bundle.aab --output=my_app.apks --connected-device
Bundle app is perfect solucion for huge apps. Nice to see internal tests :)
Waiting the official release in Android Studio !
Thanks very
Will i need to disable density splits if some of my drawables are only available in xxhdpi density ? I have some drawables that are available in densities from hdpi to xxxhdpi, but some that are only available in xxhdpi. They're drawables that are only used on first run of the app, in a tutorial.
Will AAB files be useable with OBB files? Do I need to pack the OBB within the AAB or what's the correct solution for that? Is there still a 100MB limit for the generated APKs by the PlayStore from the ABB file?
Peter Siegmund No support for OBB files yet. And yes, there is still a 100MB limit on the generated APKs.
How will we need to deal with obb in android bundle?
Do you upload signed Bundle together with signed APK to the Google Play?
How does it work? Pls explain
No, now we can only publish .aab on play store and play store internally will generate apks according to user's device configuration
I grok this deferred module concept :). Is there a good sample on GitHub to demonstrate app bundles?
Yes there is
@@asthagarg4614 Can you share the link of sample on GitHub.
It's cool, Thanks!
I dont know but its not working
This command not working, at 22:11 (ruclips.net/video/bViNOUeFuiQ/видео.html)
bundletool build-apks --bundle=app/build/outputs/bundle/debug/bundle.aab --output=my_app.apks --connected-device