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

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 15

  • @witoldsienski1709
    @witoldsienski1709 6 лет назад +2

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

  • @BenJRC
    @BenJRC 6 лет назад +1

    Waiting the official release in Android Studio !

  • @kalidsherefuddin
    @kalidsherefuddin Год назад

    Thanks very

  • @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.

  • @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.

  • @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?

  • @avdim88
    @avdim88 6 лет назад

    It's cool, Thanks!

  • @tejasjoshi6036
    @tejasjoshi6036 5 лет назад

    I dont know but its not working

  • @SaurabhPatel
    @SaurabhPatel 6 лет назад

    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