install and run an app on multiple devices with a single click under eclipse

前端 未结 5 1389
无人及你
无人及你 2021-02-12 14:43

I am wondering if there is a way to install and run an android application on multiple devices/emulator with a single click under Eclipse.

When I am testing a layout on

5条回答
  •  一向
    一向 (楼主)
    2021-02-12 15:05

    If you using eclipse, just do below:

    1. open 'project properties' dialog.
    2. under 'Run/Debug settings', select your project and edit.
    3. another dialog should pop up, select 'target' tab, select 'Launch on all compatible devics/AVD's '.

    4. Apply and you should get all of devices install when Run/Debug.

提交回复
热议问题