Questions tagged [dynamic-delivery]
44 questions
1
vote
0 answers
Is it possible to load Dynamic feature from a library in android?
Can i load a dynamic function from a jitpack library ?
My use case is:
I developed an android app (30MB due to product requirement) which i want to share with third party vendors. i cannot share my code with them because of privacy. cannot convert…

Pardeep Sharma
- 11
- 1
1
vote
1 answer
Glance or Android RemoteView in on demand feature delivery
I'm currently developing an app and making a widget with Glance. App size spiked from 2.8MB to 5.3MB from Glance.
I'm thinking to use Dynamic Feature/Delivery to reduce the app size issue so user only need to download the widget when they need…

DTechnlogy
- 320
- 4
- 12
1
vote
1 answer
Pushing Updates To Application On Play Store With Dynamic Delivery
I have an application on Play Store with dynamic delivery modules. I wanted to know if there was a better way of pushing updates via Play Store.
For example, I have two independent modules in my application. I need to push out an update which only…

thatrohit
- 177
- 8
1
vote
1 answer
Android dynamic delivery in Library project
I'm building an Android Library and I would like some of its features to be downloaded only on-demand, as dynamic feature modules.
Is it possible to use Dynamic Delivery (from Google Play Core library) in an Android Library project?
I tried adding…

Bojan Radivojevic
- 717
- 3
- 12
- 23
1
vote
1 answer
Install-time dynamic delivery of feature module based on user's country
I am trying to use the benefit of install-time dynamic delivery using country-specific condition. As per this doc Google Play does provide a way to give condition based on country. To make use of this I created 2 feature modules other than base…

Just Another Developer
- 55
- 1
- 8
1
vote
1 answer
Modules 'base' and 'AdharVerificationDynamicFeature' contain entry 'assets/crashlytics-build.properties' with different content
I am generating Signed Build Bundle. Instant App Module is launching perfectly in device but when I am generating Signed Build Bundle I got this error.
'Modules 'base' and 'AdharVerificationDynamicFeature' contain entry…

Prakash
- 149
- 7
1
vote
1 answer
Error while loading opencv_java4.so file by dynamic delivery feature
I am using dynamic delivery feature of Android because openCV make the app size too large. The problem is When I try to load the opencv by using SplitInstallHelper.loadLibrary(this, "opencv_java4"). I gives me this error.
FATAL EXCEPTION: main
E…

Vismay Patil
- 64
- 4
- 14
1
vote
1 answer
What is the difference between and
Could anyone please explain what is the difference between
and
also difference between

Mayank Kumar Chaudhari
- 16,027
- 10
- 55
- 122
1
vote
1 answer
Is it possible to get an on dynamic feature module size before starting to download it?
I would like to know if it is currently possible to know the on dynamic feature module size before we start to download it. I didn't find an answer to it anywhere on the web =/.

Augusto Carmo
- 4,386
- 2
- 28
- 61
1
vote
0 answers
Dynamic delivery user confirmation dialog is shown if the module size is less than 10MB
I have implemented a dynamic module which has a size of 4.6MB and according to google documentation https://developer.android.com/guide/app-bundle/playcore if the size is less than 10MB then we are less likely to get the user confirmation dialog.…

Lloyd Dcosta
- 289
- 2
- 11
1
vote
1 answer
Opening pdf from assets
I'm currently trying to use dynamic delivery to download and install some pdf files and open them with barteksc's pdf viewer (com.github.barteksc:android-pdf-viewer:2.8.2).
When I had the pdf files inside my apk everything worked fine but now that I…

Gerasimos
- 83
- 8
1
vote
2 answers
Butterknife not working in dynamic-feature sub-project: error: package R2 does not exist
I'm migrating an app to use dynamic delivery and a dynamic-feature module and butterknife is not working anymore with the new configuration.
Currently butterknife works in the base :app module, it also works in standard library modules marked with…

Alejandro Casanova
- 3,633
- 4
- 31
- 46
0
votes
0 answers
Using sceneform sdk in a dynamic module results in crash
I am trying to use the sceneform sdk https://github.com/SceneView/sceneform-android in a dynamic module https://developer.android.com/guide/playcore/feature-delivery. The application consists of primary app module and sceneform_dynamic_module. When…

Mrunal
- 195
- 1
- 1
- 10
0
votes
0 answers
ML Kit Dynamic module feature crashed and showing resource not found on release build opened after forcefully closed app
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 com.google.mlkit:translate:17.0.0
It is working…

Poran
- 532
- 4
- 9
0
votes
0 answers
How to use Firebase component Discovery service in On-demand feature module
If I add firebase.ComponentDiscoveryService in AndroidManifest.xml of the on-demand module,
When I launch the app, it immediately crashes. Stating,
App has…

Karandeep Singh
- 26
- 3