letslego / andar

Automatically exported from code.google.com/p/andar
0 stars 0 forks source link

Same source code(project) two application..... #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

How i can use same source code for 2 application. That menas we install 
AndARSample in the phone. So I want to use same source code(project) of 
AndARSample to install in the phone but different name like AndARSample2. 
Basically every application has own UID. So how i can change the UID/ID number 
of AndARSample application to use same source code/project but different name 
and different UID. 

My phone can install two application (AndARSample & AndARSample1) with same 
source code/project.How I can do this?

Thanks
Rassall

Original issue reported on code.google.com by rassall....@gmail.com on 21 Jun 2010 at 7:46

GoogleCodeExporter commented 8 years ago
Yea Already solved.now I can use same source code in two different application.

Thanks

Original comment by rassall....@gmail.com on 23 Jun 2010 at 9:58

GoogleCodeExporter commented 8 years ago
what was the problem you had?
do you mean, that you have to change the package in the manifest, in order to 
install one application twice?
and could you post you solution for users having the same problem, as you had?

Original comment by tdomhan on 24 Jun 2010 at 8:31

GoogleCodeExporter commented 8 years ago
Actually it was not a problem. Basically first time I did not know how to 
create two application using same source code/project. Anyway I need to change 
package name in the manifest to create another aplication using same 
project.Package name is the UID/ID number of every application of Android.

Thanks

Rassall

Original comment by rassall....@gmail.com on 25 Jun 2010 at 1:18

GoogleCodeExporter commented 8 years ago
Hi Rassall,

As you said, your solution is modify the "project.Package" name,
How about the src file name ?

Thank you.
Leo

Original comment by leo.de...@gmail.com on 14 Nov 2013 at 3:36