views:

29

answers:

2

I have developed two android apps...when i install them on my phone to test them.. they overwrite each other. I do not want this to happen. The intent is to have both installed on the phone as separate apps.. how do i fix this? I developed them with eclipse.

A: 

Do the apps share the same namespace? Verify that they have their own packages in Eclipse.

Tyler
A: 

also share the same user id, modify it in the manifest.

Hao