Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't connect LG G3 to Android Studio

My LG G3 is not appearing in the device list for android studio. I'm on ASUS n550jk with Windows 10.

Things I have done:

  • USB Debugging Mode
  • Media sync(MTP)
  • Camera (PTP)
  • Google USB Drivers from Android SDK Manager
  • LG USB Drivers
  • Switching USB ports
  • Restarting PC

Nothing has worked. I got it to work a few months ago on Windows 8.1, but I can't remember what I did.

like image 852
Linny Avatar asked Sep 03 '15 14:09

Linny


People also ask

Why my phone is not detected in Android Studio?

If your device is not correctly detected in RAD Studio or in the system Device Manager, check the following: Ensure that your Android device is unlocked and not sleeping while connected via USB. Set the appropriate option in Settings or Developer Options. Make sure your Android device is enabled for USB debugging.


1 Answers

As on Android 6.0 device & Windows 10 this worked for me. Steps 1 & 2 before attaching phone to computer.

1) Activate developers settings (Settings -> General -> About phone -> Software info -> Press 7 times "Build number" button). After that it says "Now you are an developer".

2) Go back to General settings and press "Developer options". After that find option "USB debugging" and tick that box. USB debugging

3) Attach phone to the computer via USB. Phone will ask "Allow this computer to access your phone data" "Allow". After that you should have "Tap for more USB options" -notification. Choose "Send images (PTP)"

Create "Hello World" -project as an test and try to to select deployment target again.

like image 164
ponkape Avatar answered Oct 06 '22 03:10

ponkape