android - Duplicate a project -
i finished designing free version of app. task develop pro version , wondered how create copy of app new bundle identifier. can light questions? i'd know xcode , eclipse.
guys: why -1 ;d
its easy. select project in project explorer, , click copy. right click in empty space in project explorer , click paste.
it make rename project.
open newly created duplicate, , right click package itself, refactor>rename
rename package so"com.company.newpackage"
it may ask if want update code, click yes.
now go manifest newly duped package , find remaining references old package, thes have updated manually.
i use find/replace change last word of packages @ once, since thats 1 should different.
set same package so"com.company.newpackage"
and done!
this eclipse btw. enjoy!
Comments
Post a Comment