Android studio rebuilds project after changing device (plugging new one) -
scenario looks this:
- i build project , launch on device
- i change device (unplug old 1 , plug new 1 usb)
- i run project , pick new device deployment target.
- android studio rebuilds project again
is there way fix this? mean use built .apk file , install on newly plugged device?
this because of instant run feature introduced in android 2.0. because instant run has convert complete project small , numerous dex files transferred on device/emulator , build in place, every time unplug , replug device, android studio has go through whole process again.
way around if change devices turn off instant run.
Comments
Post a Comment