my PC model is dell inspiron n4110 running on windows 8.1 pro and my android is xiaomi redmi 4 running on android 7.0 . as i turned on settings related to debugging like developer options>usb debugging and then connected to my pc , still it doesn't ask for usb debugging permission when connected through usb cable
Asked
Active
Viewed 885 times
0
-
Make sure to check `Control Panel->Device Manager` and install any missing drivers for your phone. – Siju Jul 23 '21 at 18:20
-
@Siju thank you for answering . as i checked , there is an error in adb interface under the device manager. can you please check me the appropriate driver for my model and help me by sending the link through telegram, or whatsapp? – kojosi Jul 24 '21 at 04:26
1 Answers
0
I am not on Windows
machine right now so my answer might be a little vague.
These are the steps you can follow to recognise any device (Xiaomi
, Samsung
etc.) without installing specific drivers for each.
- Make sure you have
Android SDK
installed and theGoogle USB driver
is installed usingSDK Manager
->SDK Tools
. - Go to
Control Panel -> Device Manager
and right click onADB interface
and chooseUpdate drivers
. - Select
Browse from computer
and then select yourSDK directory
->extras
->google
- After choosing the folder, click on
Next
and you should be able to see eitherADB
orGoogle USB
in the next screen. You can select that and let the drivers install. - If
Step 4
didn't work, you can chooseLet me choose from installed..
after selecting theSDK
folder - Reconnect your device and it should show the
Allow USB debugging
dialog.

Siju
- 2,585
- 4
- 29
- 53
-
thanks for replying. i am new in this field , so now only i started learning. first , i installed android studio and tried to run , but unfortunately , i had an error , shown as "api-ms-win-crt-stdio-|1-1-0.dll" so . can you please guide me to what to do next. – kojosi Jul 24 '21 at 17:38
-
if you don't mind , can you please help me directly ? if you can , please reach me out here https://www.instagram.com/does.n.t/ – kojosi Jul 24 '21 at 17:54