Reputation: 3960
I have project in eclipse (done app). Now I want copy this project, but with other package name.
I just want do new app, that will have only small changes(some images and database).
How I can import old project with other package name or what should i do in this situation ?
Upvotes: 2
Views: 1488
Reputation: 33544
Two ways to do this in Eclipse....
1. File --> Import
2. File --> New Android Project --> Give path for the Project to be imported
Now R_CLick on the Package from the Package Explorer --> then goto Refactor --> New name
Upvotes: 2
Reputation: 22512
Upvotes: 5