Connecting Samsung S7 To Androidstudio
Solution 1:
In developer options at bottom of setings menu, ensure USB debugging is ticked. Then start again, restart windows and S7 to make sure and try again. With one of my devices, tapping seven times enabled developer mode, but the debugging options was not selected by default and had to be manually selected from developer options after they were enabled.
Solution 2:
Install necessary drivers from this site. Then connect your device with debugging enabled, your device will prompt a dialog for permission, click ok.
Solution 3:
If you are using windows, i have sometimes needed to "reconnect" the device. Particularly when switching between the device and emulator.
To do that, find the folder in the sdk that you have downloaded for adb.exe In that folder, start up a command prompt and try "adb reconnect". This usually works for me. Sometimes, I have also had to revoke the debugging permissions and then reenable them from the developer settings on the phone...
Note that this S7 Is the most problematic phone I have with this issue. I have about 6 other development phones, and this is the worst for connection issues. Otherwise, I think the phone is great.
Post a Comment for "Connecting Samsung S7 To Androidstudio"