-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
I am using android binding . I want to get dll from '.aar' which is 'zxing-android-embeded.aar'
in Debug mode I can get dll but there is nothing in dll
in Release mode there is two error :
Size does not implement member 'IComparable.CompareTo(Object)'
but I can see that it have implemented it.
[Register ("compareTo", "(Lcom/journeyapps/barcodescanner/Size;)I", "GetCompareTo_Lcom_journeyapps_barcodescanner_Size_Handler")]
public virtual unsafe int CompareTo (global::Com.Journeyapps.Barcodescanner.Size other)
{
const string __id = "compareTo.(Lcom/journeyapps/barcodescanner/Size;)I";
try {
JniArgumentValue* __args = stackalloc JniArgumentValue [1];
__args [0] = new JniArgumentValue ((other == null) ? IntPtr.Zero : ((global::Java.Lang.Object) other).Handle);
var __rm = _members.InstanceMethods.InvokeVirtualInt32Method (__id, this, __args);
return __rm;
} finally {
global::System.GC.KeepAlive (other);
}
}
why?
Metadata
Metadata
Assignees
Labels
No labels