Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
39 views

How to customise downloading UI for on demand instant modules in android

Currently when requesting another instant module using url deep linking, like so: val intent = Intent(Intent.ACTION_VIEW, uri) intent.setPackage(applicationContext.packageName) intent....
ajandroid's user avatar
1 vote
1 answer
246 views

Deep Linking to Android Instant App Module Not Working

Need some help figuring out why deep links aren't triggering our instant app in the Google Play store. They still open in the browser. Following this guide, we refactored our previously monolithic ...
Dylan Knight's user avatar
1 vote
0 answers
132 views

Project structure of modularized app with instant delivery

Im facing the task to add instant delivery, and thus modularization, to a pretty big monolithic app. Reading docs, articles and sample projects for a few days im kind of struggling with getting my ...
W3hri's user avatar
  • 1,593
1 vote
1 answer
1k views

how to communicate in multi module dynamice feature Application

I have project structure like app : InstantApp : library: dynamic-feature1 : dynamic-feature2 : dynamic-feature3 : Now there is some dependency between dynamic-feature1 and dynamic-feature2. Now if i ...
Abhishek's user avatar
  • 191
5 votes
1 answer
1k views

Instant app, Try Now button does not appear in play store

i started with following github projects but these example are not working properly. I added missing parts as stated in the docs. https://github.com/android/app-bundle-samples/tree/main/InstantApps/...
oiyio's user avatar
  • 5,779
3 votes
0 answers
566 views

Android InstantApp and sharedUserId

I would like to create an instant app for one application currently on the play store. For that, I made dynamic feature modules with all necessary things for instant experience. The major problem is ...
Crisic's user avatar
  • 1,191
3 votes
1 answer
2k views

Instant Dynamic Feature with Dynamic feature guide

I'm confused with the dynamic instant app documentation setup guide from android itself, therefore guidance and links are much appreciated :) What I understood from reading the documents is the actual ...
Arduino's user avatar
  • 315
1 vote
1 answer
261 views

Unable to add library module dependency to dynamic feature module

I have a library module and a dynamic feature module. I need the feature module to have a dependency on the library module but I get an error while doing so: Unable to resolve dependency for ':my-...
Priyanka's user avatar
  • 191
1 vote
1 answer
1k views

Modules 'base' and 'instantapp' contain entry 'assets/crashlytics-build.properties' with different content

I am generating Signed Build Bundle. Instant App Module is launching perfectly in device but when I am generating Signed Build Bundle I got this error. 'Modules 'base' and 'instantapp' contain entry ...
Dmarp's user avatar
  • 218