Reputation: 51
i enabled the developer option and the USB debugging mode on LG G2 (android 4.4.2).
i cant manage to get it recognize by Eclipse IDE , how can i do that? do i need any other software ?
Upvotes: 1
Views: 717
Reputation: 1800
test if adb recognize your phone?
in cmd.exe type :adb devices
if result is look like :
List of devices attached
You should install you phone USB driver.
Upvotes: 0
Reputation: 412
First check if you can find it through adb
on the command line
adb devices
if you can't it might be one of these reasons:
Upvotes: 1