Skip to content

Instantly share code, notes, and snippets.

@zmdominguez
Last active August 29, 2015 14:27
Show Gist options
  • Save zmdominguez/6fcdd32b770b82ff948d to your computer and use it in GitHub Desktop.
Save zmdominguez/6fcdd32b770b82ff948d to your computer and use it in GitHub Desktop.
Weirdness Solution
No debuggable applications Untick then tick again Tools > Android > Enable ADB integration. If that does not work, disable USB debugging on device then re-enable.
Can't put breakpoint in a place where it is normally allowed Unplug device then plug it back in
Stuck in "Scanning files to index" when deploying Unplug device then plug it back in
Everything suddenly becomes really really slow. Really slow, even autocomplete. Check for updates! Pending updates usually cause this.
@akbarsha03
Copy link

May be killing and restarting the adb would resolve this I think? I use the "ADB idea" plugin for Android Studio by Philippe Breault

@zmdominguez
Copy link
Author

@akbarsha03 The unplugging stuff? I did several Force Quits, I assumed that killed ADB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment