Android – multiple custom versions of the same app
Posted
by Ulrich Scheller
on Stack Overflow
See other posts from Stack Overflow
or by Ulrich Scheller
Published on 2009-08-03T13:16:12Z
Indexed on
2010/05/25
7:31 UTC
Read the original article
Hit count: 199
android
|automation
Whats the best way to deploy several customized versions of a Android application?
Currently I have a script to exchange the resource folder for getting a customized version of my app. It works great, but all custom versions still have the same package name in the AndroidManifest.xml. Therefore it is not possible to install two customized versions of the app at the same time.
This is one solution for this problem, but that has to be done by hand
Can you think of a more easy solution, or how this could be built into a skript?
(btw: it is not for a porn/spam/whatever app, not even a paid one)
© Stack Overflow or respective owner