Android studio can't connect through ADB on OSX
问题 I've been working a bit with Android Studio on OSX 10.7.5 and it looks very promising. I've run into a problem when trying to launch an application on my device however. When clicking the run button, AS claims to be "waiting for ADB". After a while it times out and says that "ADB is not responding...". I've tried rebooting and restarting adb with adb-killserver and adb-startserver many times but it won't connect. When running adb devices or launching through eclipse, all works fine. Anyone