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

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -