//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
//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