Traffy
Traffy

Reputation: 2861

LG G2 (Android 4.2.2) not recognized by Eclipse IDE

I've installed Eclipse, the Android SDK and enabled the developer mode on my phone. When I plug it, I can choose the kind of connection I want and I choose the Internet connection. Everything looks good regarding the drivers (the ADB driver installer says so) but Eclipse does not recognize my phone. How can I manage this issue to make my phone detected by Eclipse?

Upvotes: 1

Views: 2705

Answers (1)

Ben J
Ben J

Reputation: 36

I believe I was having the same issue. I solved it by:

  1. Setting connection mode to Internet Connection (Ethernet)
  2. Unplugging and plugging my phone into my computer.
  3. Running the LG software that comes up as an autorun option to install the drivers.

After that, adb/eclipse had no trouble seeing my device.

Upvotes: 2

Related Questions