Skip to content

method resolver crashes with null refferance exception #18

Description

@Plamen5kov

//this is fixed on proxy generator branch
var iv = new android.widget.ImageView(); //wrong calling of constructor (need to pass context)

var iv = new android.widget.ImageView(this); // with passed context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions