Hi, i'm trying to create a binding for facebook lib 3.0.1
I opened the project in eclipse, that creates the bin folder, i zipped bin and res folders and put the zip as a LibraryProjectZip in the binding project. I reused the metadata.xml from lib v3.0. Compilation then fails to find all classes that are referencing a resource, because JARTOXML removed them because it can not find the R class, which IS in the zip file (in the bin folder i see R.class and R$*.class).
Log:
1>JARTOXML : warning J2XA006: missing class error was raised while reflecting com.facebook.widget.PickerFragment : com/facebook/android/R
I compared the zip file with the previous version (from fb lib 3.0) and can not find much differences.