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

Questions tagged [dynamic-feature-module]

The tag has no usage guidance.

dynamic-feature-module
0 votes
0 answers
65 views

R8 Minification Fails After Upgrading to Jetpack Compose BOM 2024.06.00 with SDK 34 Migration

I recently upgraded my project from Compose BOM 2023.06.01 to 2024.06.00 after migrating to SDK 34. While the debug build works fine, the release build fails during the R8 minification step with ...
Shubham Bhattacharyya's user avatar
0 votes
1 answer
39 views

How to customise downloading UI for on demand instant modules in android

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
115 views

Multiple Dynamic Modules - Manifest Merger Issues

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
0 votes
1 answer
150 views

Resolving Duplicate Library Inclusion in Dynamic Feature Modules

I'm working on an Android project with dynamic feature modules and have encountered a build error related to duplicate library inclusions. I have two modules, one is using mlkit face detection - com....
Harish Gyanani's user avatar
1 vote
1 answer
246 views

Deep Linking to Android Instant App Module Not Working

Need some help figuring out why deep links aren't triggering our instant app in the Google Play store. They still open in the browser. Following this guide, we refactored our previously monolithic ...
Dylan Knight's user avatar
0 votes
0 answers
45 views

ActivityNotFound Exception when using dynamic feature on some devices

I maintain an Android product where I've modularized several components into dynamic features. During the final packaging stage, I use packageReleaseUniversalApk to bundle all modules into a single ...
user5489510's user avatar
1 vote
0 answers
63 views

Android dynamic features on Expo modules

I have a project that needs to integrate an external library that requires a minSdkVersion of 30+. The problem is that I don't want to make my whole app min sdk version 30+ since I have maybe 15% of ...
eeynard's user avatar
  • 31
1 vote
0 answers
85 views

Is on demand delivery of a flutter package possible using ondemand feature?

I need to add an native library in existing flutter app. I have made a package of it having some platform channel code along with library but I don't want to increase app size so is there any way ...
prem's user avatar
  • 89
0 votes
0 answers
29 views

Didn't find class on path: DexPathList (Dynamic Feature Module)

In the MainApplication I have override MainApplication: SplitCompatApplication() In the MainActivity also registered SplitInstallStateUpdatedListener and tested the logic flow and seems that ...
EAK TEAM's user avatar
  • 7,162
1 vote
0 answers
79 views

How to fix java.lang.OutOfMemoryError in this case?

I have already searched for OOM issue but I don't know how to fix it. I am not sure if it is caused by navigation args or view inflater. Please help. It is highlighted in this line io.github....
Phinox Mastung's user avatar
0 votes
0 answers
50 views

Can dynamic feature delivery be implemented in a React-based app converted to Android using Capacitor?

I have three React-based apps converted to Android. I want to merge them into a single app. One of these apps will serve as the base, while the other two will be feature modules with on-demand ...
Nikhil 's user avatar
0 votes
2 answers
303 views

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 ...
pleasebugmenot.mrg's user avatar
0 votes
1 answer
98 views

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 = &...
Sammy Freeman's user avatar
4 votes
0 answers
188 views

Getting Error invalid package ID 0x7e. Must be in the range 0x7f-0xff.. while generating bundle

I have implemented one dynamic feature module(It is instant-install conditional based download module) in our application in which dynamic feature module required to set the MIN_SDK version is 28 but ...
shubham agarwal's user avatar
1 vote
0 answers
337 views

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 (...
Kakaranara's user avatar

15 30 50 per page
1
2 3 4 5
11