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

All Questions

1 vote
1 answer
214 views

Can't set instant app meta data tag with value 1337 and app link at the same time in manifest

I'm getting below error when I upload .aab file for preparing release. The meta-data element 'com.google.android.gms.instant.flavor' has an attribute 'android:value' with a value of 1337 and a URL: ...
Shivam Agrawal's user avatar
0 votes
2 answers
201 views

Warning: URL "https://instantappmodule.firebaseapp.com/" not defined in the manifest

I am making a sample instant app but without introducing app bundles and dynamic-feature's. I am quite close except that I am getting this error on the configuration: Warning: URL "https://...
Donki's user avatar
  • 795
0 votes
1 answer
160 views

Possible to have different intent filters for installed app and instant app?

I'm currently using the old feature plugin for creating an Instant App. In the base feature module's AndroidManifest file I have Activity B that listens for intents following the pattern "/pets/dogs/...
user1857437's user avatar
5 votes
2 answers
1k views

Instant app with Dynamic Features always show Disambiguation dialog with 1 option

I'm experimenting with Dynamic Features and Instant Apps. To navigate between various features, I use Deep Links. Each time I navigate to another Activity, I see the disambiguation dialog for less ...
Entreco's user avatar
  • 12.9k
1 vote
0 answers
245 views

Instant app info: version display missing

In App info of Instant App, version is not visible under App name. Instead of version "Your name" as text is visible, even though VersionName and VersionCode is added app, base, myfeature gradle. ...
ASJ's user avatar
  • 53
0 votes
2 answers
3k views

Instant App: RuntimeException: Unable to get provider FileProvider: SecurityException: Provider must grant uri permissions

I tried adding an instant app feature to my app, but when launching my app as an instant app I'm getting this error : RuntimeException: Unable to get provider android.support.v4.content....
Rob's user avatar
  • 4,184
0 votes
0 answers
314 views

manifest merging error, throws exception

I'm trying to convert my app to Instant app. I create the base module but my manifest giving some error. I tried a lot. Is this is a plugin error or any third party library issue which I am using? I ...
s.jain's user avatar
  • 43
0 votes
1 answer
481 views

Error running topeka-instantapp: URL not defined in the manifest

I am working on instant app and was implementing the google code lab example. Everything is going ok but in the last I got this error: Error running topeka-instantapp: URL "https://topeka.samples....
Rupinder Singh's user avatar
0 votes
2 answers
1k views

Separate manifest for instant app

Can I use different manifests for instant app and a regular application? In more detail, I need to specify different classes "App" in the "android:name=App" field (application tag).
Dast6Tino's user avatar