Nachding
Nachding

Reputation: 465

Android Device unrecognized LG G3

I just bought an Android phone : the LG G3 , to use it as emulator and therefore test my applications. However, it is not recognized by Android Studio: yet I enabled USB debugging ( I activated devellopeur mode) and allowed unknown sources but it does not work. My phone is yet recognized by my computer but not on Android Studio!

Thank you for your help !:

Upvotes: 0

Views: 4311

Answers (2)

radu_paun
radu_paun

Reputation: 2140

This are the steps that worked for me:

  1. Unplug your phone from the computer
  2. Make yourself a "developer" on your phone. Settings > General > About phone > Software information ... then tap "Build number" a bunch of times until it says "You are now a developer" or something like that.
  3. Go into the developer settings ... Settings > General > Developer options
  4. Check "USB Debugging"
  5. Plug the phone in to your computer
  6. Drop down the notifications menu and click on the item that has the subtitle "Tap for more USB options". Most likely, the main title will say "Media Device (MTP)". Anyway - click on that.
  7. Then choose the option "Send Images (PTP)"

More details here.

Upvotes: 6

Hugo Gresse
Hugo Gresse

Reputation: 17899

You have to download and install LG G3 driver since you are on Windows.

Drive can be found on LG Website : direct link, source

Install it, plu you're device once it's installed and it's will be ok.

Upvotes: 2

Related Questions