Change application's starting activity

前端 未结 11 2131
温柔的废话
温柔的废话 2020-11-22 16:51

I have created the meat and guts of my application but I want to add a different activity that will be the starting point (sort of a log-in screen).

Couple questions

11条回答
  •  旧巷少年郎
    2020-11-22 17:48

    You add this you want to launch activity android:exported="true" in manifest file like

     
      

    Open java file of this activity and right click then click on Run 'main Activity'

    OR

    Open java file of this activity and press Ctrl+Shift+F10.

提交回复
热议问题