Is it possible to import specific class from project propreties

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2013-11-05T15:50:33Z Indexed on 2013/11/05 15:53 UTC
Read the original article Hit count: 132

Filed under:
|
|
|

I have 2 projects. First project need to include second. When I copy sources from second project to first I need to modify manually import path to R.java file. The problem is that I need to use SVN external link connection between this 2 projects, that is mean, one project (the bigger one) will take sources from another through svn and should be able to use it without any modifications.

If I would be able to specify R.java file path anywhere in project properties it will resolve my problem by changing manually that path. Need to specify that package name of these 2 projects are different.

Another solution to resolve this problem also would be accepted. Thank you.

© Stack Overflow or respective owner

Related posts about java

Related posts about android