Questions tagged [dynamic-feature-module]
155 questions
1
vote
1 answer
Restrict dynamic feature module to certain BuiltTypes
I have an app with two flavors and 6 buildTypes. I'm developing a dynamic feature module, but I don't want it included in the release bundle. Is there a way to do this using buildTypes? I've tried adding the dynamicFeatures = ["mymodule"] within the…

9erNumber16
- 15
- 8
1
vote
1 answer
On-demand feature module not installed by default
We have a dynamic feature module called replay. We started off making this an install-time module:
…

tir38
- 9,810
- 10
- 64
- 107
1
vote
2 answers
Single instance for different scopes with dagger 2
Problem
I am building an app with a dynamic feature.
To provide all the dependencies to the main module and the feature module I am using dagger 2. The feature component is depending on the main component and because of that, the feature component…

Bruno
- 299
- 1
- 7
- 23
1
vote
0 answers
NoClassDefFoundError at opening Dynamic Module
Suppose I have created an Android project AwesomeApp. Then I need to add chatting functionality to this App. So that, I have created another project to build an SDK for chatting. The output of my chat SDK are 4 aar files. These aar files contain…

Hasan Abdullah
- 2,498
- 1
- 19
- 34
1
vote
0 answers
On-demand Dynamic Feature module install always returns installed state but never downloads module
I use an on-demand dynamic feature module in my app and test ok with bundletool.jar. It can build apks from aab file. I upload to googleplay internal test. I try call installManager.startInstall(request) and googleplay service not download anything…

XW L
- 11
- 2
0
votes
1 answer
Native Library working correctly for install-time module but doesn't work as expected for on-demand module
I'm trying to localize an app that uses Native C++. Most of the codes written in C++ and all strings/text was in certain build flag. E.g LANG_JP // For japanese
I've created an on-demand dynamic module to my project namely "module_jp".
The…
0
votes
1 answer
App crash after upgrade navigation from 2.3.0 to 2.4.1
My app use dynamic-feature-module
upgrade from
//Navigation Component
const val ANDROIDX_NAVIGATION_UI = "androidx.navigation:navigation-ui:2.3.0"
const val ANDROIDX_NAVIGATION_UI_KTX = "androidx.navigation:navigation-ui-ktx:2.3.0"
const val…

Sammy Freeman
- 41
- 7
0
votes
0 answers
How to fix 'Cannot find PROCESSED_RES output' error when using Dynamic Feature with Multiple APKs?
Error with Dynamic Feature and multiple APKs
I am using Splits to generate multiple APKs , now when i tried to introduce Dynamic feature getting following error
Cannot find PROCESSED_RES output for SerializedForm(versionCode=18, versionName=2.3.3,…

manivanna perumal
- 81
- 6
0
votes
0 answers
How to create a private Play Store in a K3s cluster
I want to create an App Store in a K3s cluster. The idea is not to use Google Play Store, I want to do like a private Play Store using a K3s cluster to upload there my Android applications. How can I do it? The idea is that I don't want to use…

Maik
- 1
0
votes
0 answers
Cannot load dynamic feature resource from Dynamic package res-raw folder - Google Play Android Studio Kotlin
I am using Android Studio Dolphin and Kotlin. The app has some mp3 files which reside in a Dynamic Feature Module (see the image). The app and the dynamic modules are signed and packaged as Android App Bundle (aab). The app is downloaded and…

TXTDEV
- 1
- 2
0
votes
0 answers
AGPBI : FragmentArgs$ Defined multiple when trying to obfuscate app module with dynamic features
I have modules, app and favorite, and favorite module was dynamic features. I use navigation component, and My dynamic features graph that have detail page, and for detail page i use a fragment (RecipeInformation) in app module. like this:
it works…

Kakaranara
- 97
- 2
- 7
0
votes
0 answers
Dynamic feature modules in Navigation Compose
Since few days, I search a solution to use Jetpack Compose and Dagger with dynamic feature modules (like onDemand module : https://developer.android.com/guide/playcore/feature-delivery/on-demand).
I found this issue :…

Zefael
- 11
- 3
0
votes
0 answers
Manage modular features on Android application
I have an application with some dynamic features and I would like to know if is's possible to ONLY update the features and not the base application on the Play Store. Indeed, I don't want to have to upgrade the version code every time.
Example :
I…

Zefael
- 11
- 3
0
votes
0 answers
How can we integrate dynamic-feature module in Cordova?
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 for dynamic-delivery it gives me the below error
*…

Kartik Shah
- 143
- 2
- 5
- 14
0
votes
1 answer
Android Dynamic Module Error -2 (MODULE_UNAVAILABLE)
on last Saturday I already fix the issue in my Dynamic module app.
At first I already make an application file that extend SplitCompatApplication. But right now in this afternoon, the error back again, I can't download or install my dynamic module…

Liong
- 1,324
- 12
- 18