I am trying to implement Dynamic delivery type App. First I create new project after that create Module for dynamic steps for this
Select File > New > New Module from the menu bar and Create New Module dialog, select Dynamic Feature Module and click Next.
structure of folder
I crate class and want to access resource folder for use of layout , drawable folder.
Also implemented in main module gradle
implementation 'com.google.android.play:core:1.2.0' and dynamicFeatures = [":dynamic_feature"]
but getting error for dynamic module Error display
error: cannot find symbol variable activity_main
error: cannot find symbol variable iv_forward
error: cannot find symbol variable seekBar
https://developer.android.com/studio/projects/dynamic-delivery https://proandroiddev.com/dynamic-feature-module-android-ondemand-module-android-app-bundle-ea0d872b32d