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
158 votes
10 answers
92k views

Could not find method kapt() for arguments

I'm facing a problem for over 3 days now and I can't solve. since I started to use Kotlin for Android,I stopped using "annotationProcessor" and started using "kapt", all things were working great with ...
O.Ahmed's user avatar
  • 1,810
88 votes
7 answers
31k views

AAPT2 compile failed: invalid dimen on Android 3.0 Canary 1

I am playing around with Instant Apps for Android.I installed all the correct packages and tired to create new Application with Instant App support (checked the box for Instant App when crating new ...
sposnjak's user avatar
  • 1,499
62 votes
9 answers
53k views

A dependent feature was defined but no package ID was set. You are probably missing a feature dependency in the base feature

I am following one of the Google Codelabs for making an Instant App. And I was trying to create topeka-ui (A UI feature module for Instant Apps). When I try to run one of the instant app module it ...
erluxman's user avatar
  • 19.1k
25 votes
5 answers
2k views

Android Instant App: How to create URL addressable modules?

Google updated their documentation about instant apps recently: Prepare your app Most of the points are clear except 3. Refactor your app, if necessary. They suggest for retail modules like browse,...
Fahim's user avatar
  • 1,441
24 votes
3 answers
37k views

How to access and pass parameters to the modules of an Android Instant App

With normal installed apps it's possible to use the technique of Deep Linking in order to not only open a specific application from an URL but also to redirect it to a specific section/function such ...
user avatar
22 votes
3 answers
34k views

Error: style attribute '@android:attr/windowExitAnimation' not found

I recently upgraded to the gradle-3.0.0-alpha8 after which some styles are not resolved at compile time. Develop envirment: IDE: Android studio 3.0 Bate3 Gradle build tools : 'com.android.tools....
Yu Zhang's user avatar
  • 1,222
22 votes
2 answers
2k views

Building an Android Instant App with Application Component from Dagger

I'm currently experimenting with InstantApps and would like to include dagger into my project. I'm facing an issue setting up an application AppComponent. My application component includes all the ...
Quentin Colle's user avatar
20 votes
5 answers
12k views

Strange gradle error Expected configuration (...) to contain exactly one file, however, it contains no files

I'm trying to develop simple instant app. I've done all modules and configurations, but when I'm trying to run instant up, gradle console show's me below error: FAILURE: Build failed with an ...
Skye's user avatar
  • 1,469
20 votes
1 answer
5k views

PlayConsole error: You must provide a default URL for your instant app APKs

I need to prepare an Alpha testing for an Instant App and It run like a charm on Android Studio but It is failing when I try to roll-out it in the PlayStore, saying: You must provide a default URL ...
Carlos Cabello Ruiz's user avatar
19 votes
3 answers
3k views

How do I integrate Crashlytics with Android Instant Apps?

Does Crashlytics work with Google Play Instant and if so, how do you setup your project correctly?
AdamK's user avatar
  • 21.3k
18 votes
4 answers
5k views

Instant App - Digital Asset Links Protocol

Whenever I tried to upload my instant app apks to Play store, it gives the following error : Your site 'www.mywebsitename.com' has not been linked through the Digital Assets Link protocol to your ...
senaaltun's user avatar
  • 309
16 votes
3 answers
13k views

shrinkResources true can't be used on Instant Apps Feature?

When I try to shrink my Feature APK size, I use shrinkResources true in my feature Build Gradle. However it complaints Error:Resource shrinker cannot be used for libraries. This article ask us to use ...
Elye's user avatar
  • 58.5k
16 votes
1 answer
3k views

Instant Apps with NFC

I'm trying to get an instant app to be opened via NFC. I have something like the below in my AndroidManifest.xml <intent-filter android:autoVerify="true"> <action android:name="android....
Ryan C's user avatar
  • 1,003
16 votes
1 answer
3k views

How React native and Android Instant Apps will play along? Any thoughts?

Google recently announced android instant app. Which basically is code splitting. Will this work with React native apps, since react native build will generate main js bundle. Any thoughts how one ...
thecachedbyte's user avatar
15 votes
1 answer
667 views

is app indexing is necessary for instant app to show in google search

I have developed an instant app & published it into the play store, also has a website associated with the Instant App. tested the app link with the testing tool from here. The app is opened ...
Dinesh Kannan's user avatar

15 30 50 per page
1
2 3 4 5
37