Questions tagged [dynamic-delivery]

44 questions
0
votes
1 answer

Launching fragment via ServiceLoader in Dynamic Feature (Android)

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 launch the fragment again, it loads fine. I am…
0
votes
1 answer

Increase Dynamic Delivery Module Limit

I am in a situation where I need to add more than 50 dynamic modules to my project, but when I am trying to add 51th module, error message comes You have reached the maximum number of feature splits : 50 is there any way to increase the maximum…
MaKi
  • 263
  • 5
  • 11
0
votes
1 answer

PHP - Adding extra shipping fee if time is between 8pm and 8am

I have a food ordering script which I want to add If delivery time is between 8:00:00PM - 7:59:59AM to add an extra fee of $5 and if it is between 8:00:00 AM and 7:59:59 PM to keep delivery as is in the script. This is my code that calculates the…
OUALID
  • 25
  • 3
0
votes
1 answer

Is there a way to use the Platstore's Dynamic Delivery to download the native libs (.so) at runtime after install?

As the question says, can I use the Dynamic delivery feature to deliver the .so files that my app uses after installation? My .so files are 15 MB in size and this causes the app's size to increase two-fold. If not , is there any other way I can…
0
votes
1 answer

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade Too many entries (66530)

Gradle build fails for Dynamic Feature module when minify is enabled with this error FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':pal-phonepe-application:mergeInsidePhonePeStageInternalClasses'. > A…
Tushar Saha
  • 1,978
  • 24
  • 29
0
votes
1 answer

Android DFM Dynamic FeatureModule Resources NotFoundException

In our app we start using Dynamic Feature Module (DFM) for big resources. We move most of drawables to DFM and load them if needed. For loading drawable using a Provider and application context (as in documentation), and it works only if dfm…
0
votes
1 answer

Dynamic Feature Module not getting installed while onCompleteListener of splitInstallManager is showing success

1596788538.956 20445-20445/com.tscore.app I/PlayCore: UID: [10198] PID: [20445] SplitInstallService : startInstall([aadhar_module],[]) 1596788538.957 20445-21761/com.tscore.app I/PlayCore: UID: [10198] PID: [20445] SplitInstallService : Initiate…
0
votes
1 answer

Cannot Call Class in Different Module (Dynamic Feature Module)

Hi, i've been trying to access DetailActivity in feature_profile module (Dynamic Feature Module) from MainActivity, but no luck. I've tried to access it with Class.forName("com.dynamicfeature.feature.profile.DetailActivity") and it throws an…
Kevin Gozali
  • 319
  • 1
  • 3
  • 9
0
votes
1 answer

Getting SplitInstallErrorCode.MODULE_UNAVAILABLE for dynamic module

I am getting the following error SplitInstallErrorCode.MODULE_UNAVAILABLE trying to install a dynamic module. I am already using Google play internal app sharing to test the aab file but still getting it. Here is the dynamic feature manifest file: …
0
votes
2 answers

Android Dynamic Delivery Resource Not Found Exception on Marshmallow 6.0.1

I am following google sample for using dynamic delivery feature in my app. my sample app works fine on pie but crashes on marshmallow 6.0.1 custom rom as my tab does not support official update after kitkat 4.4.4. i uploaded the app (.abb) on…
0
votes
0 answers

Android Dynamic Delivery: Supertypes of the following classes cannot be resolved ; Unresolved supertypes : android:support:v7:app:AppCompatActivity

I am adding a new dynamic module to my existing project. After adding a dynamic module and making the project give me Supertypes not resolved issue. My existing project is a mixture of Kotlin and Java [Project Settings Gradle][1] [1]:…
0
votes
0 answers

Android dynamic module only on arm processors

I'm adding dynamic feature to my application. In dynamic module I have dependency with external library, which supports only arm abis. My app supports arm and x86 abis. Additionally I have a few of native code in app module. I'm using cmake for it.…
AdamN
  • 476
  • 5
  • 13
0
votes
0 answers

How to fix "Program type already present" error when dynamic feature is using an external aar dependency

We have a 3rd party aar file that due to size considerations we decided to split to a separate dynamic-feature (module). Both main app and dynamic module are using com.google.code.gson:gson when they were in the same module we removed our dependency…
-1
votes
1 answer

How to solve "java.lang.IndexOutOfBoundsException" problem via Agent-based modeling in Anylogic?

I met a problem when I want to assign the parking to each order, and then remove the parking-assined order from other parkings' order sets. This array list arr_assignedOrderSet has a size of 22, so it was supposed to iterate 22 times. But I have no…
1 2
3