Skip to main content
0 votes
1 answer
41 views

I'm trying to import Android Jetpack Glance to create widgets. To avoid importing the wrong Compose functions, I think it's good practice to create two separate modules. GlanceWidget module ...
Yiwei's user avatar
  • 1
1 vote
0 answers
45 views

I am getting this error for my multimodule android app when I run gradle clean build FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':app:...
Alka's user avatar
  • 11
4 votes
1 answer
1k views

I wish to have an interface which has a composable function Show like this in Android project feature module A. interface AInterface { @Composable fun Show(modifier: Modifier = Modifier) } ...
mooongcle's user avatar
  • 4,227
0 votes
1 answer
82 views

Currently when requesting another instant module using url deep linking, like so: val intent = Intent(Intent.ACTION_VIEW, uri) intent.setPackage(applicationContext.packageName) intent....
ajandroid's user avatar
0 votes
1 answer
69 views

I have two modules in my application: app and management. I need to use some features of the app module in the management module, however, when I try to access the following error appears for the file ...
Talita Ramos's user avatar
0 votes
1 answer
402 views

Having the following structure. -root app module1 module2 libs submodule How to add module inside an Android module? This means that the module2 should still detect the submodule even without ...
Bitwise DEVS's user avatar
  • 3,851
2 votes
2 answers
243 views

I've created my first Android project with two modules (:app and :additionalModule). Now I want to create a release build with isMinifyEnabled = true and all these things. Do I have to configure that ...
me.at.coding's user avatar
  • 18.5k
2 votes
2 answers
4k views

Following this stack overflow answer Error building Android library: Direct local .aar file dependencies are not supported to solve my original problem, on my module i created a build.gradle file with ...
AndrewBloom's user avatar
  • 2,566
0 votes
1 answer
201 views

I am working on an Android project where I need to create a dynamic delivery module. However, during the module creation, I am presented with the following options: Do not include module at install-...
Tehleel Mir's user avatar
1 vote
0 answers
228 views

I am publishing my custom library to maven local and using it in my project. However recently my library is dependant on a AAR dependency and I am unable to bundle it with my custom library. I have ...
abhishek maharajpet's user avatar
0 votes
0 answers
138 views

I am working on creating an Android SDK module that includes a Flutter module. I have followed the instructions provided in the official Flutter documentation here to integrate the Flutter module into ...
Raja Peela's user avatar
  • 1,396
3 votes
2 answers
1k views

I am creating an Android Application based on Clean Archtecture with App Modularization. I have modularized the app by 4 layers (:presentation, :domain:, :data, commons). The required hierarchy is as ...
NS.'s user avatar
  • 128
3 votes
0 answers
219 views

I wrote a UI test scenario by Cucumber and Espresso for a modular Android project. This project has a module that depends on the Base module. When I run the test I got an error in the xml layout, ...
MeNoVa's user avatar
  • 99
0 votes
1 answer
888 views

I have removed the android library dependencies to some of the modules in my app and would like to convert these modules to pure 'java or kotlin' modules. What is the best way to do this in Android ...
mars8's user avatar
  • 1,346
0 votes
1 answer
199 views

The now in android sample app can be found here. Within the docs folder it has some really nice dependency graphs for the modules. How did they create these dependency images? Does anybody know how I ...
mars8's user avatar
  • 1,346

15 30 50 per page
1
2 3 4 5
11