Skip to main content
160 votes
10 answers
97k views

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,830
88 votes
7 answers
31k views

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,519
63 votes
9 answers
59k views

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.7k
26 votes
3 answers
40k views

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
25 votes
5 answers
2k views

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,431
22 votes
3 answers
35k views

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,230
22 votes
2 answers
2k views

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
21 votes
1 answer
5k views

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
20 votes
5 answers
13k views

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
19 votes
3 answers
3k views

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

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 app....
senaaltun's user avatar
  • 309
17 votes
2 answers
4k views

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,013
16 votes
3 answers
13k views

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
  • 61.4k
16 votes
1 answer
3k views

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

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