SRC folder in Eclipse is empty (MainActivity class not created) after creating a new android project using Eclipse

后端 未结 4 739
我在风中等你
我在风中等你 2020-11-27 21:50

SRC folder in Eclipse is empty (MainActivity class not created) after creating a new android project using Eclipse-

I created a new android project using Eclipse. Bu

4条回答
  •  野性不改
    2020-11-27 22:11

    After entering the Application Name, Project name, etc in the New Android Application window, the next window shown is this :enter image description here

    Make sure you check the Create Activity checkbox, otherwise the activity will not be created by default.

    You still can create an activity by right-clicking on the project and New > Other > Android > Android Activity. But you have to make sure you check the Launcher Activity checkbox in case it is the first activity of your application

提交回复
热议问题