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:

  1. Package name in IDE To change the reactor code (such as Idea or Eclipse)
  2. Change the package name in Android Manifest.Xml
  3. Make the app a mark. / Li>

    Is there really a problem?

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -