2

I have a Android Pixel C that has an android version 7.1.1.

I'm using MAC OS X, I have followed all the instructions, i.e. allow usb debugging/ non market apks etc, however the device is showing up "unknown target" in eclipse. See Screenshot below.

enter image description here

Here is some key point which need to be notice.

  • I'm able to install .apk file from terminal.

enter image description here

  • I'm able to transfer data from MAC to device and vice versa.
  • I checked USB info in system information.

enter image description here

  • Android Studio is recognizing the target and device is perfectly working with the same.

enter image description here

Restarting adb with this shell command and rebooting phone and MAC did not worked for me.

How can I get Eclipse to recognize the target ? Does anyone know how to fix this?

2 Answers2

2

this link will help you

Custom ADT (Eclipse ADB)

https://github.com/khaledev/ADT/releases

or

if do you want only show logcat

https://stackoverflow.com/a/39632018/4359490

Community
  • 1
  • 1
Son
  • 36
  • 3
0

install your usb driver manually . Device manager> click on usb > Select action and >add legacy hardware > in select your driver zip file and install it.

parik dhakan
  • 787
  • 4
  • 19
  • why there is need for install USB driver? Android Studio is recognizing the target and device is perfectly working with the same. –  Jan 10 '17 at 10:09
  • if target is unknown then its means your driver not working perfectly sometimes. So, try this may be it will help you – parik dhakan Jan 10 '17 at 10:55
  • Installed USB driver PL2303_MacOSX_1.6.1_20160309 does not work for me :( http://plugable.com/2011/07/12/installing-a-usb-serial-adapter-on-mac-os-x/ –  Jan 10 '17 at 11:07