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
195 questions with no upvoted or accepted answers
12 votes
1 answer
305 views

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. ...
Deep's user avatar
  • 121
11 votes
3 answers
2k views

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. ...
Gunjit Dhawan'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
6 votes
1 answer
511 views

Text to Speech crash on Instant Apps

I'm in the process of implementing an instant app that makes use of the Text to Speech functionality available on Android devices. I have managed to get a TextToSpeech instance initialized and working ...
TheIT's user avatar
  • 12.2k
5 votes
0 answers
524 views

Android instant & installable app set different version code

I have an android app with instant feature. I want to set versionCode 1 for instant app and versionCode 1000 for installable app. I have 3 build.gradle for base, installed and instant feature. base ...
Bratin's user avatar
  • 51
5 votes
0 answers
294 views

Firebase Dynamic Link Not Redirecting To Instant App

I'm using Firebase Dynamic Links with the android instant app and but instead of redirecting to the instant app it is opening the URL in the browser. I tried adding the "afl" param but it is also not ...
Ashu Tyagi's user avatar
  • 1,420
5 votes
1 answer
586 views

Is it possible for a dynamic feature module to depend on another dynamic feature module?

I have a modular project which contains a base module (base) and two others modules (A & B) which depends on base. It works. Now, I want to add a new module C which depends on B and base. So I ...
Simon's user avatar
  • 316
5 votes
1 answer
2k views

Instant App - Constantly getting error : We could not save your changes. Please try again

As per the guidelines provided document i have modularized the existing code. Now i am able to build the signed apk of installed app as well as instant app. My installed app got uploaded to playstore ...
Nikhilesh Patve's user avatar
5 votes
0 answers
6k views

Failed to finalize session : INSTALL_FAILED_INVALID_APK: Split null was defined multiple times

We are preparing to publish our instant app, however, we are experiencing an issue when attempting to run our AIA app as well as when attempting to upload to the AIA development track in Google Play. ...
lgfz71's user avatar
  • 81
5 votes
3 answers
2k views

Android Instant App : Feature module : The module cannot be android library

I started converting my app to support instant feature, following the Google IO tutorial. I got the build running correctly. I've disabled aapt2 and enableNewResourceProcessing as i was running into ...
BruceWayne's user avatar
4 votes
0 answers
146 views

Instant app "speed bump" window. Is it possible to customize?

I need to create an instant app and I've seen sometimes a kind of splash screen appears before content is loaded. I have found no documentation related just that seems this screen is called 'Speed ...
Meryl's user avatar
  • 164
4 votes
0 answers
189 views

Is it possible to make an Android Instant app with bluetooth through web api

iOS App Clips supports Bluetooth, but Android Instant apps do not. Is it possible to make an Android Instant app with a web view that uses the Bluetooth web API? This is more a theoretical question ...
JW_'s user avatar
  • 682
4 votes
1 answer
313 views

Instant Enabled App Bundle Not Downloading Full APK instead shows error

I'm trying to build the instant enabled app bundle by following this article. But when I click on install app button it shows the following message: You cannot install this app because another ...
Ashu Tyagi's user avatar
  • 1,420
4 votes
1 answer
2k views

Instant App not available for testing

I’m working to add instant app feature to an existing application but I can’t manage to test the instant app via Internal Test or Alpha Test. For testing purpose I created a completely new ...
frafork's user avatar
  • 81
4 votes
3 answers
801 views

Fabric initialization could not calculate hash for app icon in case of Android Instant Apps

I am initializing Fabric in Application class as Fabric.with(context, crashlyticsKit); My project is divided into three modules - base feature module, apk-wrapper module and an instant-app module. ...
Sunil Kumar's user avatar
  • 1,681

15 30 50 per page
1
2 3 4 5
13