Android: 2 aar libraries with the same package
问题 Edit: A follow-up question based on this discussion was published in the following link. Android: How to manage common codebase in multiple libraries used by the same application I have two android aar library projects: LibA using ClassA, and LibB using ClassB. Both libs have the same base package. both libs use the same class named BaseClass, currently resides separately within each lib in package name 'common'. BaseClass contains one method named baseMethod. This creates two libs using a