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
-1
votes
1 answer

firebase integration with android instantapp

I am trying to use firebase's real-time database with android instant app. Looking at google doc for using the real-time database, I do have bit of idea. However the example that google provide is base on android app, not the instant one. As you…
HanJo Jang
  • 23
  • 1
  • 4
-1
votes
1 answer

how can I access an Instant app which I have put in pre-release?

I have created an Instant App and I have uploaded it on Play store in Pre-release mode. But I am not able to test from there. Please someone guide me as soon as possible as I am stuck here.
-1
votes
1 answer

Instant App publish error

When i publish preview version, play store tip: You must use at least one APK that maps to the "example.com" site via the network "intent-filter". It no problem on develop version.
kolin
  • 63
  • 7
-1
votes
1 answer

In kotlin how to do instant app feature?

I need to do a new Android project in kotlin which support instant app feature how I could achieve that? It is a known issue from Google that you can't do a Gradle sync with the kotlin plugin and Instant Apps SDK. Is , this issue still exist?
-1
votes
1 answer

Instant app related query

[Instant apps] I am moving my playstore app to instant app format, can the user access the generated instant app URL? I tried but still have certain doubts regarding the same. could you please assist?
Deepak Tak
  • 23
  • 2
-1
votes
2 answers

Android Instant Apps launch programmatically

I am new to Android instant app. I like to know if any 3rd party app which supports Instant app, then how can I open that in my app programmatically. I like to build something like this…
Mayuri Ruparel
  • 694
  • 2
  • 11
  • 36
-1
votes
1 answer

Android studio 3.0 Canary 4 throwing error while building Instant Apps

I am working on Android Instant App. When i updated AS3.0 to Canary 4, i started getting following error while running project: Error while Uploading and registering Instant App Side loading failed with message: Reading bundle timed out. Do you want…
Sonali8890
  • 2,005
  • 12
  • 16
-1
votes
2 answers

How could Android Instant Apps affect the existing app?

How will the Instant app affect the already existing app ? When its out in the market does it mean that all the existing app must be made compatible to be behave like instant app ? Does anyone has any idea if these could be integrated with the…
-1
votes
1 answer

Android Instant Apps Play Store

Lots of info about these apps needing to be deployed via the play store. But cannot find official docs regarding if we could deploy these apps using a private custom app store.... Is there some kind of dependency between instant apps and the google…
JoshuaTree
  • 1,211
  • 14
  • 19
-1
votes
4 answers

Android Instant App

As shown in Google IO 2016 about Instant App, how to enable it in our application? And at which place or how to identify the screen for which Instant app should be enabled? On top of this how difficult it would be for an application without deep…
Jimit Patel
  • 4,265
  • 2
  • 34
  • 58
-2
votes
1 answer

opengles not being rendered on instant app on some devices

I wrote an opengl game but it is not being rendered on some android versions when running as instant app, however it works on all android versions when running as normal app, the same app bundle is used for both the instant and normal app, here is…
-3
votes
1 answer

How run instant app on my own server without publishing on play store

I want create a instant app. But I don't want public my app on play store. How I can run instant app my own server by click on link server then run instant app? Is there any solution?
Soheil
  • 3
  • 2
-5
votes
1 answer

Not able launch Android Instant App with Google-Play-Services (Maps basically)

The purpose of posting images is to spot the errors easily as it is not the normal manifest file. I'm trying to display Google Maps inside an instant app application. Now the application gets installed successfully (and runs smoothly) if I try to…
Daksh Gargas
  • 3,498
  • 2
  • 23
  • 37
-5
votes
2 answers

Upload failed : Your Instant App APKs should contain at least one base APK

I'm trying to upload my apk file to Google Play. It gives me this message: Your Instant App APKs should contain at least one base APK. Here is the screenshot. My build.Gradle.
-5
votes
1 answer

Android Instant Apps multiple activities

just like all of you, I've made MyFirst Instant App from AndroidInstantAppDemo, but what if I want to add more activities into my app? I want to provide multiple links for them. Should I simply add all of those activities under app module and…
Daksh Gargas
  • 3,498
  • 2
  • 23
  • 37
1 2 3
35
36