Skip to content Skip to sidebar Skip to footer

What Is Wrong With My Coding

When I run the analize it on comes back with one error in the manafest android name = is not public but when i build it says built with no error but when i run it on my emu and my

Solution 1:

You have to put "public" before "class":

 public class MainActivity extends Activity implements OnClickListener

Post a Comment for "What Is Wrong With My Coding"