Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.
0 votes
1 answer
40 views

Android Instant apps download size determination using bundletool

I wanted to make sure that I'm using the bundletool property to determine the size of my instant app. The app consists of an instant dynamic feature module and a base app module. I'll list the steps ...
VIN's user avatar
  • 7,024
0 votes
0 answers
40 views

Android 15 devices can't initiate instant app

I have published regular app and instant app. The instant app can be initiated by Android devices including Android 16 emulator except for Android 15 devices. I personally tested on Android 12, 13, 14,...
Ergün ACUN's user avatar
0 votes
0 answers
31 views

Difference between android internal test "instant apps only" and "phones, tablets, chrome os"

When I upload an internal-testing in Google play store, I have three options (in the top right hand side). However, "phones, tablets, chrome os" and "instant apps only" options ...
Wenuka's user avatar
  • 1,120
0 votes
0 answers
41 views

Deploy the instant app at closing test, but dynamic module not found

We develop android app request for dynamic feature and looks good at local, and already deploy my instant app at closing test, but dynamic module not found by google play store and return ...
陳泰安's user avatar
0 votes
1 answer
357 views

Android instantApp error : Missing split for <com.my-pacakge-name> when installing via play-store

I built and tested the instant-app successfully on a real device with Android-studio. Then I created the .aab file and uploaded it to the playStore (for internal testers), without any error. When I ...
Wenuka's user avatar
  • 1,120
0 votes
0 answers
56 views

How can I implement a feature in Flutter to open Instant Apps on nearby Android devices using NFC? [duplicate]

I'm developing an application in Flutter for POS (Android) and I'd like to implement a feature that allows Instant Apps to be opened on nearby Android devices using NFC. The idea is that when a device ...
Redson Farias's user avatar
1 vote
1 answer
141 views

Issue on Play Store Instant App 'Try Now' button dissapear

I have an existing base app published in both Production and Internal Testing, currently at version code 100 (1.2.0). I then created a separate project for my instant app since its features are ...
Ivan's user avatar
  • 11
0 votes
0 answers
151 views

Error launching Android Instant App from Play Store

We've currently created an instant app and are preparing it for release. When running the instant app in Android Studio, it works normally. However, when I run the instant app after distributing it to ...
dynamicmang's user avatar
2 votes
1 answer
104 views

Issues While Trying to Create an Internal Testing Release for my Instant App on Google Play Store

I have just created a google instant app with React Native expo. I have generated the aab file and created an internal testing release, which I believe is the same as publishing the app. However, when ...
Omotayo Obafemi's user avatar
0 votes
0 answers
57 views

Unable to use instant app if i remove implementation ('app') from dependency of dynamic module?

I want to use One feature of my app as Instant app which needs below dependecy which is increasing the app size to 60MB. implementation ('org.pytorch:pytorch_android_lite:1.13.1') implementation ('...
Nitesh Chauhan's user avatar
0 votes
0 answers
68 views

Android Instant App: download on-demands modules failed

I'm using Unity Engine to build an Instant Game. Because the app size is over 20MB, so I split the assets into on-demands modules for download when the game start. I'm using Instant App, Android App ...
Norindou's user avatar
0 votes
1 answer
508 views

Instant Apps in Flutter

Hi I am trying to enable Instant Apps Feature in my already existing Flutter App but I am unable to find any comprehensive documentation to guide me through the procedure. Most of the articles I found ...
Szr's user avatar
  • 41
0 votes
1 answer
159 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 ...
Mohammad Hanif Shaikh's user avatar
0 votes
1 answer
70 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....
ajandroid's user avatar
1 vote
0 answers
69 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 ...
Lipton's user avatar
  • 73

15 30 50 per page
1
2 3 4 5
38