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

All Questions

0 votes
1 answer
267 views

Cannot Launch Instant App From Android Studio

Cannot launch instant app from android studio. I did everything from here correctly. I uninstalled app from device. I also tried using with command ia run but it gives error bash: ia: command not ...
Jorpy's user avatar
  • 333
1 vote
1 answer
327 views

How to create Android Instant App with latest android studio with existing app?

Need help of creating Instant app for already existing app. when i checked all instant video tutorials are 4 or 5 years old including android developer site. Not available any tutorials or samples in ...
Ebin Francis's user avatar
0 votes
0 answers
248 views

Can not open web link from Instant App Android

I am having a problem opening urls in web browser from Instant App. The code that works on the regular app catches ActivityNotFoundExeption. Can anyone tell me what am I doing wrong and how to fix it? ...
Alex Wesley's user avatar
1 vote
1 answer
460 views

Android Studio 4.1.1 “Run” not compiling code

My problem is similar to below que Android Studio 3.1 "Run" not compiling code But I do not see any option to add Instant app provision as mentioned there. Here is a screenshot of it. Can ...
Hemant Stha's user avatar
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
1 vote
1 answer
882 views

How to connect to debug process when trying to debug android instant app?

My instant app is starting fine, but I am unable to debug it. This is my Debug Log output: Waiting for application to start debug server Waiting for application to come online: com.example....
nulldroid's user avatar
  • 1,220
1 vote
1 answer
141 views

How use my compiled android instant app project

I have build a full instant app project in Android Studio 3.5. I can easily run my instant app project on emulator in a debug mod and everything is working correctly. instant app project on emulator: ...
Programmer's user avatar
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
1 vote
0 answers
423 views

Your site 'subdomain.domain.com' has not been linked through the Digital Assets Link protocol

I have created an app link enabled android instant app. But while uploading app bundle to Instant App section in Play store I am getting error as, "Your site 'subdomain.domain.com' has not been ...
Sumith Thampi's user avatar
0 votes
1 answer
47 views

Android Instant Apps Samples Not Pulling GitHub Repository

When I try to create/import a sample and use Instant apps, the code is not pulled from GitHub repository. Any thoughts? In addition, I have also tested the Hello World Sample (Java) and the GitHub ...
Syed Raza's user avatar
  • 149
1 vote
0 answers
452 views

Instant app disabled when building app bundle

I have create a base module (feature) and two others application and instantApp. I've built the application module as an app bundle and posted it to the store, and now I would like to do the same for ...
AndreiBogdan's user avatar
  • 11.1k
1 vote
2 answers
510 views

Create Instant app for existing application

I have an application that I want to create an instantApp for it. I successfully apply changes to my project and it builds successfully. But there is 2 problem: -I couldn't run the application and ...
Ehsan's user avatar
  • 2,751
1 vote
1 answer
273 views

Download files in Android Instant apps

I'm trying to download file via Download Manager in Instant app: Uri uri = Uri.parse("https://images.pexels.com/photos/67636/rose-blue-flower-rose-blooms-67636.jpeg?auto=compress&cs=tinysrgb&...
Yevhenii's user avatar
  • 830
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
0 votes
1 answer
282 views

Instant Apps: How to add external libraries?

I want to build an android instant app from my previous app.My main source code is less than 4 MB (Instant App Requirement). But I am using some external libraries those have a size of approx 39 MB. ...
john's user avatar
  • 2,474

15 30 50 per page