Hi,
Can anyone help me with error mentioned in subject line.
I made a very simple gui with menus and it was working fine unitll i did
some changes.
Following is the code:
package hello.com;
import android.app.Activity;
import android.os.Bundle;
public class MainGui extends Activity {
/** Called when the activity is first created. */
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
setContentView(R.layout.main);
}
}
I don't know why it's complaining about main method.
Regards,
Ashwani
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---