How to run a certain activity in Android Studio?

后端 未结 6 1153
渐次进展
渐次进展 2021-02-04 01:31

For instance, I have a few activities within one app, and in order to see a certain activity\'s UI or whatever, I need to run a certain activity that is not the launcher of the

6条回答
  •  暖寄归人
    2021-02-04 01:57

    Add exported true Manifest declaration of that activity.

    Go to that activity, right click anywhere, go will get certain option with a 'Run XYZ Activity' option too. just run it

提交回复
热议问题