I am a novice in android development but have good experience in iPhone development. I have a source code of an android application and I want to make another android application by copying same code and making changes in images and api. I also want to introduce it in android store with different package name. Can someone please tell me the steps which I need to follow to do it. I feel I will have to create a new project with a new package name but how will I import all of the resources of the existing application?
Regards
Pankaj
Instead of creating a new project and copying everything, it would be easier to change the package name in existing project (You can make a copy, if you want to preserve the existing project) You would have to mainly change package names after that.
versioCode to 1.0
package explorer and choose Refactor | Rename. In the dialog, enter
new base package name and check “Rename subpackages”