How to release two android apps with same source code but different package names without refactor -
I'm looking for ways to release two Android apps without any changes with the same source code, but With two different package names without refactoring.
How do I do this?
You need to do the following:
- Package name in IDE To change the reactor code (such as Idea or Eclipse)
- Change the package name in Android Manifest.Xml
- Make the app a mark. / Li>
Is there really a problem?
Comments
Post a Comment