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
Post a Comment