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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -