Java Question Problem importing SDK in Eclipse

DevBaby

Active Member
Licensed User
Longtime User
I used eclipse to import an unzipped SDK (java files) into a project.

I get a error for the com.facebook.R reference. The R is suppose to reference xml resource files included in the sdk.

The picture shows the R reference (to the right) and resource files (at the left). I am not sure if the .R Type is supposed to be built at some point. How should resource file be handled (imported) in Eclipse?

I also have a buildconfig cannot be resolved to a variable error, may be related.

B4a_pic1.jpg
 
Last edited:
Top