Change application's starting activity

前端 未结 11 2128
温柔的废话
温柔的废话 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:38

    This is easy to fix.

    • Changes to the Launcher activity are also stored in the Debug configuration.
    • Go to Run > Debug Configurations and edit the setting.
    • There is also a similar setting in Intellij under Run > Edit Configurations select Run default Activity and it will no longer save the setting in this fashion.

提交回复
热议问题