Override Activity from Android Library project
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have an Android project. Now I need to create a second edition of that project. What will differ: New edition of the Project should have different content in one of the Activities. I was thinking about creating a library project and two new projects( project1 and project2 ) which will use library project, but I don't really understand how to setup this. Should I just convert the original project into library, then create two new projects and then what ? How to make project1 use activity1 and project2 use activity2 in the same place? EDIT