Search code examples
androidadb

LG Device Android USB Driver Issue


I am using LG Optimus G. ADT shows that my device is offline and version is unknown as seen on the screenshot. I am sharing my device manager look also. It is installed but i think it is not properly working. I don't want to ignore that matter it is probably going to face me later.

Thanks.

enter image description here

enter image description here


Solution

  • 1. First ensure that the device is set up properly for USB debugging. Check that

    - you have installed the proper driver for your phone on your PC.
    - you have enabled USB debugging in Developer Settings.
    

    2. After you have done the first step, when you connect your phone to the PC, a dialog will popup on your phone prompting you to accept the computer's RSA key. Accept it and the device will be shown as online in your IDE.

    3. As a last resort, you can try re-starting your IDE. This will force adb to start properly.