vanadium-archive / madb

Multi-device Android Debug Bridge (madb): A command line tool that wraps Android Debug Bridge (adb) and provides various features for controlling multiple Android devices concurrently.
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Supporting Instant Run feature of Android Studio 2.0 #20

Open yyoon opened 8 years ago

yyoon commented 8 years ago

http://android-developers.blogspot.com/2016/04/android-studio-2-0.html

First need to figure out if this is feasible with madb.

yyoon commented 8 years ago

From the documentation:

Deploying to multiple devices

Instant Run uses different techniques to perform hot, warm, and cold swaps that are specific to the API level of the target device. For this reason, while deploying an app to multiple devices at once, Android Studio temporarily turns off Instant Run.