How to release and install two versions of the same android app using the same package on the same device
问题 I have an android app with two different res folders (res-1, res-2) containing all layout specific and one shared package. Using ant, I can release and install on my device only one of the two versions of the app at a time. What I want is to release and install them both in the same time, in order to be able to see and test them both on my device. Any suggestions how to achieve this ? Thanks in advance. 回答1: It's impossible to install two apps with the same package name, the existing one will