I'm developing a Tizen native app and an Android app that are supposed to communicate with each other (using the Samsung Accessory SDK). However, I've found that I can't debug on both devices at the same time; if Tizen Studio is connected to a watch, I can't connected Android Studio to a phone, and vice versa.
With neither open, using just the command line, I've found that if I kill both the adb and sdb servers, then either connect to an Android device with ADB or connect to a Tizen device with SDB, the other one can't connect.
Has anyone found a way to debug both at the same time?