I have installed one plus X drivers on my Windows 10
I am using One plus X android device with Android OS version 5.1.1 - Oxygen OS.
I have enabled developer options, enabled USB Debugging, enabled ADB over network.
My android studio is not showing my device.
How can I start android app in my phone ?
            Asked
            
        
        
            Active
            
        
            Viewed 1,336 times
        
    2
            
            
         
    
    
        ojas
        
- 247
- 1
- 4
- 17
- 
                    try in the command prompt: `adb kill-server`, `adb start-server`and then check if `adb devices` lists your device. – sschrass Dec 23 '15 at 09:06
- 
                    it is showing daemon started sucessfully – ojas Dec 23 '15 at 09:38
- 
                    when u run app, in dialog `Device Chooser` , try resize `Device` tab – Danh DC Dec 23 '15 at 09:46
- 
                    @ojas and what did `adb devices` tell you? – sschrass Dec 23 '15 at 11:46
1 Answers
0
            
            
        your device is not showing means your mobile driver is not installed successfully. use adb driver to install your device driver in windows 10. then it work properly.
 
    
    
        Harin Kaklotar
        
- 305
- 7
- 22
- 
                    a device not showing up on adb could have a number of reasons, not just driver. – sschrass Dec 23 '15 at 09:11
-