Sunday, January 1, 2017

Not an enclosing class error In Android





Solution :

Just replace .this to .class
Here If we replace StockInfoActivity.this with StockInfoActivity.class then it will work fine.
As StockInfoActivity is yet not created => No Object created => Cant be referred using this.



No comments:

Post a Comment