How can i merge two android applications | Merge two android application
You need to change the application project as a module,
for that: remove the applicationId from the build.gradle file
- Open the project which you want to merge the other two projects.
- Click on file > New > Import Module.
- select the project you want to merge or import.
- if you see in "Project already contain module with this name" warining.?
- Check the Import checkbox and change the module name
- Uncheck the import check box
- Click Finish
- The Gradle will build again, After finishing you can see the project in the left bar.
Finally
- Open the File > Project Structure
- Click on Dependencies > select the parent application > click the + in the dependency
- Select the project module need to add
Comments
Post a Comment