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

All Questions

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 ...
Hanif Shaikh's user avatar
  • 1,379
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' ...
Will Beacon's user avatar
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 :...
Hanif Shaikh's user avatar
  • 1,379
1 vote
0 answers
164 views

Reading applink query parameters in cached Instant App

After Instant App is being loaded to cache it stops to store intent data I am trying to provide different query params to launch my Instant App storing on GooglePlay. First launch is good, i can see ...
Dante_Attano's user avatar
1 vote
0 answers
39 views

How to clear the app from the recent app list

We are developing an app to help domestic violence victims. The goal of the app is to let the victim hop into a quick chat with the entities responsible to protect those victims. However, there is a ...
Ravers's user avatar
  • 1,020
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
6 votes
1 answer
1k views

Android KeyStore crashes in Android Instant App

val masterKey = MasterKey .Builder(applicationContext) .setKeyScheme(MasterKey.KeyScheme.AES256_GCM) .build() Running this code in an Instant App ...
Abe Torres's user avatar
0 votes
1 answer
241 views

ShortcutManager crash in instant apps

When I run my instant app I'm experiencing a crash due to the shortcut feature, please see the image with the stack trace, this is the only thing I can provide as I'm not able to attach the debugger, ...
lulu666's user avatar
  • 99
1 vote
1 answer
371 views

Android Studio 3.5 indexing issues with instant libs

Error Log: com.intellij.util.IncorrectOperationException: Incorrect package name: null at com.intellij.psi.impl.PsiElementFactoryImpl.createPackageStatement(PsiElementFactoryImpl.java:449) at ...
Arka Prava Basu's user avatar
8 votes
0 answers
178 views

Android: Navigation Component and Instant app

The Navigation Component doc encourages a single activity with multiple fragments. How do we make this work with instant apps? How would they land directly in a fragment? I'm thinking of a specific ...
EscapeArtist's user avatar
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 ...
O.Ahmed's user avatar
  • 1,810
1 vote
1 answer
831 views

Cannot choose between the following configurations of project :instant: - kapt - kaptDebug - kaptRelease

I have app with instant module, instant module has only 2 dependencies base module and one feature module. I trying to generate signed apk but i have one problem: Cannot choose between the following ...
Vlad Kramarenko's user avatar
0 votes
1 answer
143 views

How to implement Multi Dex in Instant Apps?

I am making an instant app. I have the base feature and the installed module. The two gradle files can't have a defaultConfig{}, so that is why I have set multiDex true only in the installed build....
L4ry's user avatar
  • 77
1 vote
0 answers
228 views

google instant app starts wrong activity

I am developing google instant app with kotlin; I use android studio(latest version). In my feature module, I have tree activities. They are mainActivity splashActivity aboutActivity The flow would ...
HanJo Jang's user avatar
0 votes
0 answers
122 views

not getting image id in resource/drawable

I am working on google instant app development. In my app there are image buttons and set to default grey scaled images in each button. When user open the app, user input some numeric value. Base on ...
HanJo Jang's user avatar

15 30 50 per page