I have a base ai.application.resident and I added a new module as dynamic feature com.application.wearable
When creating a bundle, I get this error: app/base/build/intermediates/bundle_manifest/debug/AndroidManifest.xml:2282: AAPT: error: resource style/WearableTheme (aka ai.application.resident:style/WearableTheme) not found
There are also other resource errors in the bundle. It seems like the manifest is only looking for the resources in the base's package.
What is the proper solution for this? Do I have to move my themes in the base package?
Thank you
PS: This wearable app if my first android app. Please be understanding!
Thank you in advance.