LG G4 not recognised by Android Studio

2020-05-21 09:11发布

I just got the LG G4 phone, turned on developer options mode, tried running an app from Android Studio but it can't recognise my phone. I even tried switching from MTP to PTP but still it's not recognised. I tried a lot of resources out there, still nothing. Please can anyone help?

10条回答
对你真心纯属浪费
2楼-- · 2020-05-21 09:59

Had the same problem and tried everything mentioned above with no success. What ended up working for me was downloading the LG Android USB device Drivers which can be found here: http://www.mylgphones.com/lg-android-usb-device-drivers

The latest drivers didn't work for me so I downloaded the second latest and voila! It worked! Hope this helps.

查看更多
不美不萌又怎样
3楼-- · 2020-05-21 10:00

So i restarted my device, and switched USB options from MTP to PTP. and for some reason it worked. I dont know why. Thanks for answers above, much appreciated

查看更多
Summer. ? 凉城
4楼-- · 2020-05-21 10:01

None of the answers here worked for me until I turned on USB debugging mode in Developer Options.

For completeness, the steps are:

  1. Go to Settings > About phone > Software info
  2. Tap "Build number" 7 times until it says that you're a developer
  3. Go back to Settings, and tap on the new "Developer options" item (second last in the menu)
  4. Enable "USB debugging"
  5. Plug in your phone
  6. Change from MTP to PTP mode
  7. Allow the computer to access your phone (there should be two messages - one of them should be for the RSA key fingerprint)

And that should do it. Run adb devices and you should see the phone.

查看更多
在下西门庆
5楼-- · 2020-05-21 10:02

I had the same problem with an LGL58VL test handset. Other (non-LG) handsets worked without problem. Installing the Google USB driver didn't help (Windows said "installed driver (LGE Android Net MTP Device) is already up to date".

Here's what worked for me

  1. WINDOWS: Download and install LG driver on Windows: http://lg.com/us/lgeai/drivers

  2. HANDSET: Enable developer mode:

    Settings > Software Info > Tab "Build number" 7 times

  3. HANDSET:

    Settings > Developer options >

    • Enable USB debugging => YES
    • Select USB Configuration => MTP
  4. WINDOWS:

    Plug in handset. "Action" => Nothing

  5. HANDSET: Accept RSA key

  6. WINDOWS: Android Studio > Tools > Connection Assistant >

    Verify handset device is listed and available for debugging

ALSO: sometimes, after I enabled other test devices, the "Enable USB Debugging" option for the handset became grayed out.

  1. WORKAROUND (Handset):

    Settings > Developer Options >

    • Turn Developer Options OFF (slider at the top)
    • Turn Developer Options back ON
    • I was now able to hold down "USB Debugging" and slide it back to "ON"
查看更多
登录 后发表回答