Combining packages from different projects into a single project in eclipse

Posted by primal on Stack Overflow See other posts from Stack Overflow or by primal
Published on 2010-05-20T10:06:01Z Indexed on 2010/05/20 10:40 UTC
Read the original article Hit count: 173

Filed under:
|
|

Hi,

As part of the Android application I am developing in eclipse, I need to combine two packages from different projects into a single project. I tried copying the files in the package of the second project under the src folder of the first folder and copied other files required for second package into the res folder of the first project.

But the auto-generated Java files i.e R.java doesn't get updated on copying. I tried right clicking on the project and clicking on Android Tools -> Fix Project Properties. But nothing changed.

Any pointers on what I am doing wrong much be appreciated.

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about android