I have samsung galaxy s5 and android studio 3.2.1. I am trying to connect my device to android studio but it is not recognised by android studio. i have already turned on debugger mod
-
https://developer.android.com/training/basics/firstapp/running-app – nimi0112 May 22 '18 at 16:07
-
Did you setep Samsung USB Device driver? – Amit May 22 '18 at 16:07
-
Nop... is there will be any need of drivers??? – Muhammad Huzaifa May 22 '18 at 16:09
-
Please check this link: https://developer.samsung.com/galaxy/others/android-usb-driver-for-windows – Amit May 22 '18 at 16:10
-
it will be installed on samsung device??? – Muhammad Huzaifa May 22 '18 at 16:13
-
Possible duplicate of [Android Studio doesn't recognize my device](https://stackoverflow.com/questions/25199660/android-studio-doesnt-recognize-my-device) – Mihai Chelaru May 22 '18 at 16:14
-
I have already tried these steps – Muhammad Huzaifa May 22 '18 at 16:16
-
Have you followed ALL the steps described by the [documentation](https://developer.android.com/studio/debug/) ? – vincrichaud May 22 '18 at 16:32
1 Answers
It is hard to say where your issue is without more details, but here are a few tips:
Make sure your USB is connected to both the phone and the computer.
On your phone you may need to also change the setting of how the device is used. When plugging your phone in you may see a notification from Android System that says "USB charging this device", which you would select and change to "Transfer Files".
In Android Studio if you select the menu Run > Edit Configurations, and in the area Deployment Target Options change Target to "Open Select Deployment Target Dialog". Then select menu Run > Run 'app', or click the green triangle to run your app. A dialog should open with your device as an option.
There may also be a notification on your phone requiring you to approve Android Studio's access, which you would select "Ok" in.

- 316
- 2
- 5