I tried to use jdom-2.0.2.jar and i have problems like these:
C:\Users\Bianca\Documents\Projects\Mobile\Mobile\obj\Debug\generated\src\Org.Jdom2.Document.cs(19,19): Error CS0102: The type 'Org.Jdom2.Document' already contains a definition for 'cb_addContent_ILjava_util_Collection_' (CS0102) (Mobile)
C:\Users\Bianca\Documents\Projects\Mobile\Mobile\obj\Debug\generated\src\Org.Jdom2.Document.cs(19,19): Error CS0111: Type 'Org.Jdom2.Document' already defines a member called 'GetAddContent_ILjava_util_Collection_Handler' with the same parameter types (CS0111) (Mobile)
I saw the topic http://docs.xamarin.com/guides/android/advanced_topics/java_integration_overview/binding_a_java_library_(.jar)/ so i tried to edit my Metadata.xml like this:
<attr path="/api/package[@name='Org.Jdom2.Document']/interface[@name='Parent']/method[@name='addContent']" name="managedName"
onAdd
I know that method addContent have a Parent interface , but i tried so many configurations for metadata but i don't had success. Someone can help me?
http://www.jdom.org/docs/apidocs/org/jdom2/Parent.html
Sorry for my english and duplicated topic