Skip to content
Snippets Groups Projects
Commit 4af8a54f authored by cyberta's avatar cyberta
Browse files

add a script to install an apk on all running emulators at the same time

parent 51f372eb
Branches
Tags
No related merge requests found
#!/bin/bash
adb devices | grep emulator | cut --output-delimiter ' ' -f1 | xargs -I{} adb -s {} install -r $1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment