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

All Questions

0 votes
1 answer
313 views

Application access resources from instant application (other)

I have one application "Master" installed on phone. Is it possible to access resource from other app "Slave" as instant app ? I know that it's possible between 2 installed apps using : Resources ...
BejanCorneliu's user avatar
3 votes
1 answer
2k views

Using colors defined in base module from feature module fails after rebuilding the Android Instant App

I have a base module and a feature module called query module in my Instant App project. My QueryActivity inside query module uses colors that are in base module. QueryActivity.kt: @ColorInt val ...
Mustafa Berkay Mutlu's user avatar
1 vote
1 answer
190 views

Android Studio - Canary 8: Can't access the resources in feature modules and library modules

I can't access to the feature module resources and the resources from another library which is included as an API in InstantApp. The only place where it recognises to get resources is the base feature ...
X-HuMan's user avatar
  • 1,488
2 votes
1 answer
222 views

InstanceApp can not access from feature to feature module resources in java code

I do not understand what exactly happens, but it seems when I want to access a resource in a feature module, when the resource also is located in that feature module, then the InstanceApp always looks ...
X-HuMan's user avatar
  • 1,488
5 votes
4 answers
2k views

Android instance app feature module fails to find a layout resource in the same module

I have the following project structure which I want to convert to a instant apps. The installed project works fine, but when I want to runt the instant app version, the base feature module loads ...
X-HuMan's user avatar
  • 1,488
2 votes
1 answer
722 views

How to share the library resources which are included in "base feature" module

I have the following structure of android project application module base feature module feature module a local library project remote libraries When I try to include the local library project in ...
X-HuMan's user avatar
  • 1,488