no target device found android studio 2.1.1

I already had this problem before. Choose “Run” then “Edit Configurations”. In the “General” tab, check the “Deployment Target Options” section. In my case, the target was already set to “USB Device” and the checkbox “Use same device for future launches” was checked. I had to change the target to “Show Device Chooser Dialog” and … Read more

Chrome’s remote debugging (USB debugging) not working for Samsung Galaxy S3 running android 4.3

My devices stopped working as Chrome de-activated the now depracated ADB plugin as it’s built in dev-tools now. I downloaded the SDK and followed the instructions at Chrome Developers. How ever I found the instructions served by Alphonso out not to be sufficient and I did it this way on Windows 8: Download Android SDK … Read more