Now that I am working on Android Wear projects, I have found a real NEED for being able to compile without install. I have to unplug all Android devices, compile watch app (to get the .apk without it being installed on any devices), copy the compiled .apk, set it to read only, plug devices back in, compile the phone app and then it installs to phone. Even with the relatively short period of time I have been debugging my DataLayer lib, this is becoming a burden and I see my USB ports being ruined in no time.
So, pretty please, can we have this option, so I can compile and get the .apk without having to unplug my devices?
Thanks