How do I uninstall and re-run an app on a device using Android Studio?

前端 未结 4 1090
别跟我提以往
别跟我提以往 2020-12-14 09:54

I am new to Android Studio and I feel that I must be doing something wrong. When running MyApp on an actual device the process goes like this.

  • Edit code.
4条回答
  •  旧巷少年郎
    2020-12-14 10:26

    You can skip the force stop and uninstall step by just hitting run again. Android Studio should prompt you which device to run on and there you can select your connected device.

    It will close the app and re-run your changed version.

提交回复
热议问题