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 command line (:app:assembleRelease
) the dynamic feature modules wont be included in the final APK and it's missing. I know I can create a Android App Bundle and then create a APK from .aab
with all the modules. but the question is:
is there a way to create full apk (all modules such as: Dynamic features included) directly form source?