How to add new activity to existing project in Android Studio?

前端 未结 5 702
天命终不由人
天命终不由人 2020-11-29 02:16

In Eclipse you just clicked the new button and select the android activity to add new activity. But Android Studio is a bit diferent; I couldn\'t find out how to add new act

5条回答
  •  遥遥无期
    2020-11-29 02:37

    In Android Studio 2, just right click on app and select New > Activity > ... to create desired activity type.

提交回复
热议问题