I duplicate my project on eclipse and renamed it but, when I run the new project the first one is replaced by the old one and vice-versa.
The Projects have differents names.
Tks Adriano Silvestre
I duplicate my project on eclipse and renamed it but, when I run the new project the first one is replaced by the old one and vice-versa.
The Projects have differents names.
Tks Adriano Silvestre
Have you changed package names? (package
property in your AndroidManifest.xml
and package names in source code as well)
For creating a copy of project you must use different PackageName only changing project name is not sufficient
Do the following
android:icon="@drawable/icon" android:label="new name"
Hope I didn't forget something and it helps you