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

All Questions

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
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
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
0 votes
0 answers
444 views

Instant App - Multi-Module Project - Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'

My project has multi-modules to support instant apps. After updating Android Studio and Gradle, started getting below warning. Warning:Configuration 'compile' is obsolete and has been replaced with '...
Gokul Nath KP's user avatar
0 votes
1 answer
575 views

Error while setting up Instant Apps

I'm trying to implement Android Instant Apps Support to my app and I've followed this tutorial: http://androidkt.com/instant-app/ Everything was going perfect and I've successfully completed the ...
Arda Çebi's user avatar
  • 1,875
2 votes
0 answers
495 views

Proguard with instant apps. How to have one defined proguard file applied to all features

As instant app features are compiled into seperate APKs the proguard step becomes a little bit more tricky. For example you can no longer just have one proguard file defined in the runnable module and ...
Gillis Haasnoot's user avatar
4 votes
6 answers
5k views

Build error with Android Studio 3.0 Canary 4

I am currently in the process of developing an Instant app, for which I have restructured my monolithic app into feature modules. Everything was up and running till Android Studio canary 3, but after ...
Vishy's user avatar
  • 548
1 vote
1 answer
1k views

Import library module that has dependency on local aar file

I have an Android Instant App with following structure: B: base module Installed: installed app module Instant: instant app module F: feature with functional specific to Installed app. F depends on ...
mol's user avatar
  • 2,647