Skip to content

can use use android binding? #1355

@ljzj2

Description

@ljzj2

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions