Build the new, modular Android App Bundle (Google I/O '18)

Поділитися
Вставка
  • Опубліковано 13 гру 2024

КОМЕНТАРІ • 14

  • @witoldsienski1709
    @witoldsienski1709 6 років тому +2

    Bundle app is perfect solucion for huge apps. Nice to see internal tests :)

  • @mars3142
    @mars3142 6 років тому +1

    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?

    • @namyls1
      @namyls1 6 років тому +1

      Peter Siegmund No support for OBB files yet. And yes, there is still a 100MB limit on the generated APKs.

  • @markking2390
    @markking2390 6 років тому

    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.

  • @BenJRC
    @BenJRC 6 років тому +1

    Waiting the official release in Android Studio !

  • @yuryshadchnev1123
    @yuryshadchnev1123 5 років тому

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

  • @nicholasking6911
    @nicholasking6911 6 років тому

    Do you upload signed Bundle together with signed APK to the Google Play?
    How does it work? Pls explain

    • @asthagarg4614
      @asthagarg4614 6 років тому +1

      No, now we can only publish .aab on play store and play store internally will generate apks according to user's device configuration

  • @igorg.8624
    @igorg.8624 6 років тому

    I grok this deferred module concept :). Is there a good sample on GitHub to demonstrate app bundles?

    • @asthagarg4614
      @asthagarg4614 6 років тому

      Yes there is

    • @usmanakram9453
      @usmanakram9453 6 років тому

      @@asthagarg4614 Can you share the link of sample on GitHub.

  • @tejasjoshi6036
    @tejasjoshi6036 5 років тому

    I dont know but its not working

  • @SaurabhPatel
    @SaurabhPatel 6 років тому

    This command not working, at 22:11 (ua-cam.com/video/bViNOUeFuiQ/v-deo.html)
    bundletool build-apks --bundle=app/build/outputs/bundle/debug/bundle.aab --output=my_app.apks --connected-device

  • @avdim88
    @avdim88 6 років тому

    It's cool, Thanks!