I've been debugging an Android app in Ubuntu and have had ongoing issues getting the debugger to recognize my device. Starting and stopping the ADB server seems to do the trick every time:
$ANDROID_HOME/android-sdk-linux/platform-tools$ sudo ./adb kill-server
$ANDROID_HOME/android-sdk-linux/platform-tools$ sudo ./adb start-server
No comments:
Post a Comment