Android copy existing project with new name in Android Studio -


i copy android project , create new project form same files different name. purpose of can have second version of app ad supported in app store.

i found answer here:

android - copy existing project new name

but eclipse, how can in android studio?

the steps in link specified should work android studio. make copy (using file manager) of entire module folder , give new name. open , use refactor -> rename (right click on item want rename) rename module , package.

see this details refactoring in intellij/android studio.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -