Hi Jon, thanks for the additional and very useful help. I'm still stuck :(
Let's see other examples that won't work: [JavaCode] public Type getType() { return _type; } [Error] /Unknown return type java.lang.reflect.Type found in method GetType in type OpenFeint.OF.Framework.Jackson.TypeReference/ [My Metadata] *<attr path="/api/package[@name='com.openfeint.internal.vendor.org.codehaus.jackson.type']/class[@name='TypeReference']/method[@name='getType']" name="return">java.lang.reflect.Type</attr>* -------------------------------------------------------------------------------- [JavaCode] public static CipherOutputStream encryptionWrap(OutputStream os); [Error] /Unknown return type javax.crypto.CipherOutputStream found in method EncryptionWrap in type OpenFeint.OF.Framework.Encryption/ [My Metadata] *<attr path="/api/package[@name='com.openfeint.internal']/class[@name='Encryption']/method[@name='encryptionWrap']" name="return">javax.crypto.CipherOutputStream</attr>* -------------------------------------------------------------------------------- [JavaCode] public AbstractHttpClient getClient() { return mClient; }; *AbstractHttpClient* should be in the *android.jar* [Error] /Unknown return type org.apache.http.impl.client.AbstractHttpClient found in method GetClient in type OpenFeint.OF.Framework.OpenFeintInternal/ [My Metadata] *<attr path="/api/package[@name='com.openfeint.internal']/class[@name='OpenFeintInternal']/method[@name='getClient']" name="return">org.apache.http.impl.client.AbstractHttpClient</attr>* -------------------------------------------------------------------------------- [JavaCode] public class CookieStore extends BasicCookieStore *BasicCookieStore* should be in the *android.jar* [Error] /Class OpenFeint.OF.Framework.CookieStore has unknown base type org.apache.http.impl.client.BasicCookieStore/ [My Metadata] ??? Don't know how to handle -------------------------------------------------------------------------------- As a side note, it is right to assume that there is no need to add android.jar reference to the project? AboutJars.txt says: /NOTE: Do not add "android.jar" as a reference jar. It will be added automatically based on the Target Framework selected./ thanks Francesco -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/new-project-types-in-4-1-tp5654857p5685443.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid