Skip to main content
Advice
0 votes
3 replies
51 views

I have a requirement to implement an option to switch in between the build variant dynamically, so tried to find the way but no luck. it's like Only one build with for all variant with options to ...
Dalvendra Singh's user avatar
0 votes
1 answer
191 views

I have a an AuthViewModel which handles user authentication related states. @HiltViewModel open class AuthViewModel @Inject constructor( private val repo: AuthRepository, stateHandle: ...
Samuel Robert's user avatar
0 votes
1 answer
79 views

Below is my code of app GRADLE file where I am overriding my default configurations by setting the flavor. My app is already in play store, I have to integrate Health Connect library of google. As per ...
Dnveeraj's user avatar
  • 138
0 votes
1 answer
94 views

For some reason, I can only run my app in debug mode but not release mode. Noticeably, there's a signing configuration for debug but not release. What's the correct way to create one for release so ...
wbk727's user avatar
  • 8,478
0 votes
1 answer
131 views

My app crashes in debug mode (not in release) when the device language is set to "English". A string resource can't be found, the error message is as follows: android.content.res.Resources$...
Gamer2015's user avatar
  • 351
1 vote
1 answer
410 views

In my current project, I just can build non-prod variants base on my company's policy and I currently want to apply Baseline profile for the Prod version. So I wonder that when I generate a baseline ...
Trung Le's user avatar
4 votes
0 answers
262 views

We have use case where one code base is used to create multiple apps,so we have used flavours approach and in each flavour we have three different build variants.Each flavor has a particular package ...
Sharan's user avatar
  • 41
0 votes
1 answer
105 views

My Android App project did not have any build variants earlier and I used to sign the production apk with simply the keystore credentials created by me and installed directly without publishing on ...
shivani's user avatar
  • 756
2 votes
0 answers
29 views

My project have more than 20 modules. Whenever I'm switching active build variant, it does change build variant just for part of existing modules, I have to change some modules active build variant ...
Karol's user avatar
  • 68
0 votes
1 answer
169 views

Ok I am not sure if this has been asked before. But I am struggling with the core concepts of Build variants, flavors and the way they are structured. I have a an app on Google play so I am gonna use ...
Camp Nerd's user avatar
  • 363
0 votes
1 answer
185 views

error screen while building superadmin Hello guys, I wanted to make an android app of admin separate from user app so I decided to make a module for it .SuperAdmin is an application module.I want to ...
user avatar
0 votes
0 answers
194 views

I want to use some specific libraries that have some usage in the java classes and also in the Android Manifest. But I want to use those libraries and their usage only for a specific product flavor ...
Afnan Khakwani's user avatar
1 vote
1 answer
5k views

In my project, there is 2 build type debug and release as usual and one flavour dimension with 3 different values flavour_1, flavour_2 and flavour_3, so earlier all build variant has the same ...
Vikas Pandey's user avatar
  • 1,255
1 vote
1 answer
2k views

I'm developing an android app using Kotlin. I have two different build-variants - VariantA and VariantB - both containing a configuration-File: // VariantA object ConfigEnvironment { val ...
m.reiter's user avatar
  • 2,217
2 votes
0 answers
918 views

I have a list of build variants in my project and the default selected is the first one in the top of the list, when I change to the variant i want it again defaults to the first one, i tried sync ...
BRDroid's user avatar
  • 4,488

15 30 50 per page
1
2 3 4 5