
- HOW TO DOWNLOAD INSTANT SHOWS APP FOR ANDROID HOW TO
- HOW TO DOWNLOAD INSTANT SHOWS APP FOR ANDROID ANDROID
When you migrate your project to instead use the Dynamic Feature plugin,Īndroid App Bundles provide a new way to build and publish If you are creating new instant experiences for your app, instead readĬreate an instant-enabled feature module.
HOW TO DOWNLOAD INSTANT SHOWS APP FOR ANDROID ANDROID
Publish an instant-enabled Android App Bundle.
HOW TO DOWNLOAD INSTANT SHOWS APP FOR ANDROID HOW TO
It also describes how to build, test, and This page shows you how to migrate your existing instant app project to build an Signing information required to build and package your app as an AndroidĪdditional, modular features that users can download on demandĭist:onDemand="false" in the module’s manifest)Ĭode and resource for a feature available only to the installed versionĭist:instant="false" and dist:onDemand="false" Note: This module includes all the manifest and The module that includes the basic code, resources, and functionalityįor your installed or instant app experience.Ĭom.android.feature (with baseFeature = true) The following table better describes which plugins you will migrate to: Description of module Project, and allows you to benefit from publishing with

This setup makes itĮasier to support both an installed and instant app experience from a single Instant experiences using the Dynamic Feature plugin. You can then include additional features that users can download on demand as Requirements for being an instant experience, you get the benefit automatically. That is, if the base app module satisfies the On Android Gradle plugin 3.3.0 and higher, the base app plugin includes supportįor instant experiences. Migrate to using the base app plugin ( ) andĭynamic Feature plugin ( -feature).

( ) for your Android Instant App modules, you need to If you’re still using the deprecated Feature Android Gradle plugin
