Questions tagged [android-instant-apps]

Android Instant Apps are special kind of native mobile apps that can be run instantly on Android device, without prior installation, just by clicking on a web link - or the Try Now button in the Play Store. Use this tag for questions about Android Instant Apps development, debugging and deployment. Consider adding [android] tag as well.

Android Instant Apps were presented during Google I/O 2016 as a way of launching native Android applications without requiring a user to install them. Instant Apps are launched by simply clicking on a web link.

Resources

Android Instant Apps introduction

Frequently Asked Questions

Preparing your app

Code samples

540 questions
13
votes
2 answers

Is it possible to discover and run third-party Android Instant Apps on an emulated device?

I'm currently trying to learn about Android instant apps. Since I don't own any real devices that support them, I'm using the emulator (from Android Studio 3.0 Canary 9). I can successfully run "toy" instant apps (like this) on my emulated Nexus 5x…
13
votes
1 answer

How to expose component from installed app to be visible to instant app?

From the developer document of Instant Apps Installed apps can make themselves available to interact with instant through explicit intents. And later, it is mentioned that instant apps cannot Discover the list of installed apps on the device,…
Oasis Feng
  • 7,490
  • 3
  • 31
  • 44
13
votes
1 answer

Why use the new Android feature plugin over the library plugin?

Android recently came out with a new com.android.feature plugin to be used to split up applications into features for the new Instant apps. It seems to be an architecture they are recommending in general, not just for features you are splitting up…
spierce7
  • 14,797
  • 13
  • 65
  • 106
12
votes
3 answers

Navigation component with instant/(dynamic-)feature modules

I'm trying to implement the new navigation component with dynamic features So the structure looks like this: app (has dynamic dynamicFeatures = [] included in gradle) features login home etc. library -> globalNav I've been reading a lot with no…
12
votes
5 answers

Google Play Console error - Non-upgradable to installed app

I developed an instant app apk basing on google tutorials and samples. When I'm trying to start rollout to production, I see one error: Non-upgradable to installed app PROBLEM Some users of this Instant App APKs will not be eligible for any of the…
Skye
  • 1,469
  • 3
  • 14
  • 25
12
votes
1 answer

Google Instant App - How to be go about automating with Appium

We understand that the app needs to be launched by a browser and then a app container comes up with the cached app. However, we don't know how to move the handle from the browser the app container. Any thoughts?
Deep
  • 121
  • 2
11
votes
3 answers

Android Instant App : Default Activity not found

This seems to be manifest merging error. I'm trying to port existing code to instant app module. What I've tried is : Changed main app module to baseFeatureModule. Created a new module completeApp. Emptied completeAppModule's Manifest : added…
Gunjit Dhawan
  • 157
  • 1
  • 9
11
votes
5 answers

Android Studio 3 difference between library module and feature module

In Android Studio 3 there are at least two new module types. First is Instant app module and the second one is feature module. With Instant App module it's quite obvious but feature module from my perspective is the same as the library module. So…
10
votes
3 answers

How to create Android instant app in React Native?

It seems like there isn't any examples, tutorials or guides on the internet for creating Android instant app with react native. I have an existing react native app and I want to create an Android instant app. The existing app that was created in…
s-hunter
  • 24,172
  • 16
  • 88
  • 130
10
votes
1 answer

Multi Feature Instant Apps can't be proguarded?

By using Android Studio 3.0 Beta 5, using the default Project (Empty Activity) with Instant Apps on. To turn on Proguard, I just set all the Build.Gradle (app, base and feature) with debug { minifyEnabled true proguardFiles…
Elye
  • 53,639
  • 54
  • 212
  • 474
10
votes
7 answers

Digital Assets Link link to my website

I have created an instant app. I uploaded it to my Google Console, and I got this error. The www.kochchy.cz website has not been linked to your application through the Digital Assets Link protocol. Link the application site with Digital Assets…
Kochchy
  • 591
  • 1
  • 6
  • 17
10
votes
2 answers

Applying the plugin 'kotlin-android' in an Instant App results in "null cannot be cast to non-null type com.android.build.gradleBasePlugin"

I've been trying to combine the newly publicly released Android Instant Apps with the Kotlin programming language. After creating my project using the following (standard?) setup, I get an Error with the message "null cannot be cast to non-null type…
9
votes
4 answers

How to make my firebase dynamic link redirect to my website on desktop and to my instant app on mobile

I have an instant app and a Firebase dynamic link which redirects to this instant app. But when I click the dynamic link on a computer, the link leads to a non existant page of my website. According to Google doc :…
Simon
  • 318
  • 1
  • 2
  • 8
9
votes
1 answer

Link is not opened as instant app in some devices

I had published my instant app in play store. when i click the link from gmail it opens as instant app in some devices (Samsung s6 note ,moto g4 plus) In some devices its not working ,but those devices has Settings->Google->Instant Apps option. but…
9
votes
2 answers

Instant app won't start directly, shows a screen first

I have successfully published a (very simple) Instant App linked to my personal website. When I click on my website's link, I was expecting the app to start directly, but instead, I first see a screen with 2 buttons: "Open app" and "Open in…
BoD
  • 10,838
  • 6
  • 63
  • 59
1
2
3
35 36