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

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
0 votes
0 answers
37 views

How to make instant app and app clip from React Native app?

I have a react native app built on top of ignite template. I use react navigation like this: import React from "react" import { ImageSourcePropType, useColorScheme } from "react-native&...
0 votes
0 answers
16 views

Android app is mistakenly taken as instant

I have two product flavors "rstd" for standard app and "rprv" (preview) for instant app. For instant app the manifest has <manifest .... android:targetSandboxVersion="...
0 votes
1 answer
293 views

Android instant app fails link verification on Android 12+ when using "*.mydomain.net"

looking for ideas to fix instant app on Android 12+ Tried everything could find in docs and on StackOverFlow Manifest declaration is fine. .well-known/assetlinks.json is good, same as in Google Play ...
0 votes
1 answer
68 views

Text-To-Speech is not working in instant app in android Kotlin

I have an application that supports Text-To-Speech and it's worked fine in the installed app but when I tried to run instant then it's not working. My question is whether the instant app is supported ...
158 votes
10 answers
92k views

Could not find method kapt() for arguments

I'm facing a problem for over 3 days now and I can't solve. since I started to use Kotlin for Android,I stopped using "annotationProcessor" and started using "kapt", all things were working great with ...
0 votes
0 answers
30 views

Unable to insert new contact from instant app in Android 14

How to save/insert a new contact from instant app? Tried inserting a new contact using intent by following developer docs like so: val intent = Intent(ContactsContract.Intents.Insert.ACTION).apply { ...
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....
0 votes
0 answers
31 views

Installing from instant app fails with white screen

I use this code from my instant app. I expected that I will get some functional prompt that will install the app. But it shows some white dialog that is thin and tall but not functional I have no idea ...
1 vote
0 answers
40 views

Android Instant App. App Icons are not showing on all devices on 'recents' screen

I've built an Android Instant app. The app builds to an .aab app bundle, and is hosted on the Play Store. Some users on specific devices have reported the App Icon is not displaying on the 'recents' ...
0 votes
0 answers
35 views

Getting error while run the instant app in android

I have started exploring the instant app in Android. I have set up all the things like adding the dependency, Manifest things, and thinking deploy as an instant app in the run configuration. Manifest :...
10 votes
3 answers
2k views

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 ...
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 ...
0 votes
0 answers
159 views

Google Play App Integrity API works for full app but not instant app

I'm trying to add instant app support to my existing app. My app has app integrity enabled and it passes when I run the full app locally. When I run the instant app locally however it fails. Are ...
62 votes
9 answers
53k views

A dependent feature was defined but no package ID was set. You are probably missing a feature dependency in the base feature

I am following one of the Google Codelabs for making an Instant App. And I was trying to create topeka-ui (A UI feature module for Instant Apps). When I try to run one of the instant app module it ...
9 votes
2 answers
2k views

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

15 30 50 per page
1
2 3 4 5
37