In my installed version of the app I want to have customised logic. It needs to use a completely different Activity. From the multi feature sample app provided by google i added inside the installed module a src folder with a new activity and some resource files. I also modified the manifest.xml inside the installed module so that it points to the activity i have added. no when i try to compile it, it seems that it won't include the new res folder files. Do i manually need to include them somewhere?
Also i do not understand why you need to tell the installed module to include the base project, since the other feature projects are already including them. And the weirdest part is that the base project itself is again including the features as well as the application. Its like a circle of inclusions. How confusing can it be.. Really wondering if I am the only one getting super confused by this strange architecture.