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. |
Last active
August 29, 2015 14:27
-
-
Save zmdominguez/6fcdd32b770b82ff948d to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
May be killing and restarting the adb would resolve this I think? I use the "ADB idea" plugin for Android Studio by Philippe Breault