android - The nested type maintype cannot hide an enclosing type -


public class mainactivity extends activity implements onclicklistener {  public class mainactivity extends activity { 

what going wrong here?

solved it

public class mainactivity extends activity implements onclicklistener { 

Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -