Akshatha S R
Akshatha S R

Reputation: 1345

Android - Eclipse: Importing package from one project to another

I have two projects (let's say project A and project B) and I have to merge those two, for that I want the package of project B to be included in project A. How to do it? Please help me..

Upvotes: 0

Views: 139

Answers (1)

Akshatha S R
Akshatha S R

Reputation: 1345

Solved.. Just copy the package from project B and paste it in source of project A, and also if project B was referring any other project; do the same for project A also, then open the java classes and resolve the errors.

Upvotes: 1

Related Questions