dynamic-feature Questions

2

The firebase test lab accept an App Bundle / APK and an android test APK and with dynamic feature module UI tests fail on Firebase test lab. The error is about some multi dex problem indicating tha...
Furtek asked 11/6, 2019 at 14:2

1

I am trying to add the new Android dynamic delivery feature to my app, but my attempts to access the resources of the dynamic feature module keep failing. The basic idea is to load a module with ...
Haddock asked 23/8, 2019 at 15:34

5

I'm getting my feet wet with dynamic module split API delivery in order to break up my game app into Instant and Installable versions. I've been following the Codelabs tutorial here https://codelab...
Patriotism asked 26/8, 2019 at 18:13

2

im trying to implement a dynamic feature where from my base module i should call some methods in the feature, buts its only possible to call base methods from the feature, is there any way to make ...
Jacinto asked 25/7, 2018 at 21:52

1

Is there a way to create a universal APK for instrumented tests? I wanted to run the whole test suite on Firebase Test Lab but it seems tedious to upload one APK for each dynamic feature module's t...

3

Solved

My project has dynamic feature module and I would like to generate debug or release APK including the dynamic feature. Currently I can get only base APK file. Basically I would generate an APK fil...
Batholomew asked 23/2, 2019 at 17:11

2

I have published my .aab apks bundle to internal testing realease mode. When i try to install dynamic feature on demand it give me exception: com.google.android.play.core.splitInstall.SplitInst...
Cockahoop asked 6/1, 2020 at 8:3

3

We have a core android application module (called app) and a single dynamic feature module (called replay). Even though this is a DFM we include it at install time. In our DFM's AndroidManifest.xml...
Dissyllable asked 18/7, 2019 at 19:42

1

I am experimenting with Android's Dynamic Feature Modules (a.k.a. on demand modules) on the side of the project I am working on. In my PoC (proof-of-concept) project, Dynamic Feature Modules (DFM)...

1

I wanted to implement a new dynamic feature module in an existing app but had to give up due to product flavor problems. The example code can be found here. https://github.com/henningBunk/dynamic_...
Calandracalandria asked 12/4, 2019 at 9:30

2

Solved

I'm introducing dynamic features in my Android app and want to know the scenario if I upload a new version to the store that contains updates in the dynamic feature module ONLY? Will all the users ...
Raffaello asked 27/6, 2019 at 8:24

1

I am using some libraries in my dynamic feature module. These libraries are Adding some providers to the manifest. For example in my build.gradle file in the dynamic module: dependencies { ... ...

2

Solved

I have added a dynamic feature module to my project and everything works fine when trying on emulator or direct run on a device (using the run button) but when I try to generate a APK using c...

0

I'm using this new module type and i was wondering if it's possible to use it inside a directory. So i moved "home" module inside the "ui" directory as an example and got this error: ERROR: Unable...
Flagman asked 28/7, 2019 at 7:42

0

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 th...

1

Our project has dynamic feature module with a dependency on the app module. The classes in the dynamic feature module have a dependency on app module. We also have unit test cases in the dynamic ...
1

© 2022 - 2025 — McMap. All rights reserved.