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
The simplest way is to have a batch file (or shell script) with several lines
adb -s SERIAL_NO install workspace/YOUR_PROJECT/bin/YOUR_APK.apk
Make sure that Eclipse is set to build the project automatically. Then, it's not one-click, but close: