Skip to main content
Advice
0 votes
0 replies
48 views

I'm working on a IDE that runs on Android and includes SDK (actually GCC toolchains for various MCUs). To workaround Google Play 200Mb aab file size limitation i decided to pack every SDK as a dynamic ...
4ntoine's user avatar
  • 20.6k
0 votes
1 answer
87 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
2 votes
0 answers
262 views

Problem Statement- I have two dynamic modules, one for barcode scanning - com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.0 and one for face detection - com.google.android.gms:play-...
Harish Gyanani's user avatar
3 votes
1 answer
333 views

In my Android native application written in Java in which Dynamic features are downloaded on demand. Whilst downloading the progress is displayed with the help of com.google.android.play.core....
gil.fernandes's user avatar
0 votes
1 answer
293 views

I'm developing an app with a dynamic features that saves user's favorites, and I'm using Hilt for injection. But I got this error: java.lang.IllegalStateException: Given component holder class com....
Raka M.A's user avatar
  • 289
0 votes
0 answers
203 views

I have a project in android and wanted to integrate the Cordova module using dynamic-feature, I am able to integrate the module in Cordova via a simple library integration, but when I did the setup ...
Kartik Shah's user avatar
-1 votes
1 answer
183 views

I just call a method class through this line : val instance = Class.forName(nameClass).kotlin.objectInstance When I set the nameClass with a constant value (see below) it's work. private const val ...
Zainal Fahrudin's user avatar
1 vote
0 answers
223 views

So i'm trying to implement dynamic module. I just have one fragment in the dynamic module i.e upon clicking on that fragment, it downloads the module and installs and then it is showed to the user. ...
Aagam Shah's user avatar
0 votes
0 answers
407 views

We are developing an app that has a feature translation. We want to implement a translation feature on-demand using com.google.mlkit:playstore-dynamic-feature-support:16.0.0-beta2 with google MLkit ...
Poran's user avatar
  • 642
0 votes
1 answer
102 views

I'm getting this error because two dynamic features declare dist:fusing. At most one element <fusing> with namespace 'http://schemas.android.com/apk/distribution' was expected, but 2 were ...
VIN's user avatar
  • 7,064
0 votes
0 answers
300 views

I have a dynamic feature module with an activity that I'm trying to launch. However, I keep getting this error: java.lang.IllegalArgumentException: No view found for id 0x81020009 (com.example....
VIN's user avatar
  • 7,064
0 votes
1 answer
719 views

I am trying to access a resource that lives in :library module (a regular android library module), from my :wrapped module, also a regular android library module. The complicating factor is that I ...
VIN's user avatar
  • 7,064
1 vote
0 answers
288 views

I'm using Dynamic feature modules in my app. onActivityResult is deprecated. However, SplitInstallManager.startConfirmationDialogForResult uses the onActivityResult callback. Is there a way around ...
VIN's user avatar
  • 7,064
0 votes
1 answer
266 views

I'm trying to launch a fragment in my a dynamic feature module using a ServiceLoader as follows, but I get a crash the first time I try to launch my fragment. After the initial crash, if I try to ...
VIN's user avatar
  • 7,064
3 votes
1 answer
1k views

I'm trying to load my fragment that lives in a dynamic feature module. However, I keep getting a crash: val f = FragmentFactory().instantiate(classLoader, "com.myapp.customviewdynamicfeature....
VIN's user avatar
  • 7,064

15 30 50 per page
1
2 3 4 5