I have two different Android applications A and B. A and B are modules in one project
Both have a dependency on library module Z, which itself depends on two other library modules X and Y
Z β X, Y
Now the accepted answer to this question suggests that there can not be several applications in one Android Studio project.
It is strange that I can create these two applications (in the same Android studio project) and run them pretty well on my phone. Did I miss something obvious here?
Can a single Android studio project contain multiple applications?
- If the answer is NO, why?
- If the answer is YES, are there any catches?
android android-studio project-structure
acthota
source share