How to create a parent project containing two independent projects in Android Studio
I have two separate Android projects: a camera project and an image editing project. I want to create a new parent project that includes both of these projects and allows them to start independently. Specifically, I want to be able to run the parent project, the camera project, and the editing project separately.