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

All Questions

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
216 views

Is it possible to Deep link to Instant Apps (Android) from a third-party / trusted apps?

From my Instant Apps, I want to use a third-party / trusted app for authentication, this will lead the user to switch from Instant App to a third-party app where the user will authenticate himself and ...
Akhilesh T's user avatar
0 votes
0 answers
177 views

Google Play Instant Apps (AOT or JIT)

Standing on what wikipedia say in past the Apps uses JIT (just in time) compilation where the apps is translated into machine code every time was executed and in new android versions apps uses AOT(...
Miroslav Toffolon'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
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
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
0 votes
1 answer
381 views

Java syntax for calling installable app from instant with showInstallPrompt

I'm looking for the Java boilerplate for calling my installable app from my instant app. I found something coded in Kotlin on GitHub here https://github.com/googlesamples/android-instant-apps I'm ...
Androidcoder's user avatar
  • 4,579
-1 votes
1 answer
1k views

when i input the url in the browser, can't open the Instant apps

In Android chrome browser, input the instant app url, and launch the webpage, chrome browser go to the webpage, not open the instant apps. i want to open the instant apps when open the "instant app ...
Knero's user avatar
  • 1
2 votes
2 answers
470 views

How to distribute the same apk for regular and instant app

I want to distribute my app as both normal and instant app on Google Play, the size of the normal apk is below 4 mb so it can also be an instant app, the question is how do I distribute the app in ...
user8062843's user avatar
1 vote
1 answer
2k views

Android: Gradle compilation error expects element value to be a constant expression - Feature Module

This is my first multi-module project. This login activity exists in a Feature Module which gets many of its dependencies from a Base Feature Module. I'm getting the error error: element value must ...
Michael Hathi's user avatar
3 votes
0 answers
223 views

Multicast & Instant Apps

Usually I can use a MulticastSocket or a network service discovery to find a server over a Wi-Fi network try (MulticastSocket multicastSocket = new MulticastSocket(Network.DISCOVERY_PORT)) { ...
Greelings's user avatar
  • 5,374
1 vote
1 answer
677 views

Android instant feature: Is it something fundamentally flawed with this approach?

I'm trying to make my app to build again after updating from google gradle plugin 3.1.4 to the now latest 3.2.1 and I think there maybe something wrong with the approach I took to make my instantapp ...
Fran Marzoa's user avatar
  • 4,455
1 vote
2 answers
1k views

Digital Assets Link protocol to my website not working

While I try to publish my instant app in play store it showing that Your site 'app.mydomain.in' has not been linked through the Digital Assets Link protocol to your app. Please link your site ...
Pratheep Kanati'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
1 answer
239 views

instant app - feature module with could firestore error Default FirebaseApp is not initialised in this process

When I am implement fire-base with my application at that time I am getting error like "Default Firebase is not intialized". In application module works well but issue with instant app its crash and ...
Dholakiya Madhuri's user avatar

15 30 50 per page