0

Eclipse isn't recognizing neither of my two Android phones.

I've tried updating all of the Android SDKs in eclipse as well as eclipse itself. Both of my phones are being recognized by my Macbook and Android File Transfer works like a charm. They are both in Developer mode with Debug turned on. I've also tried connecting them in both MTP and PTP but eclipse still won't recognize my phones. I get the RSA fingerprint pop-up and I press OK but nothing happens.

What could be the problem? I don't know what else to do.

Edit: Eclipse used to work the last time I used it to run Android apps (which was about three-four months ago). Now, it won't recognize my phones. Also, you can't install drivers on the Mac. According to Google, it is just supposed to work.

Edit: This is what I get for the adb devices. Marcos-MBP:platform-tools Poloe$ ./adb devices List of devices attached

Marco Poloe
  • 269
  • 5
  • 13

1 Answers1

0

Found out the problem. Turned out it was this.

adb devices list empty -- Snow Leopard

My phones weren't being recognized because I had EasyTether installed on my phones and on my Macbook.

According to the EasyTether website:

ADB on Mac OS X stops recognizing the attached device after installing EasyTether driver

Do not follow this advice if you are not a software developer who uses the Android SDK on Mac. Otherwise run "sudo kextunload /System/Library/Extensions/EasyTetherUSBEthernet.kext" to unload the EasyTether driver manually. Load it again with kextload when necessary.

Community
  • 1
  • 1
Marco Poloe
  • 269
  • 5
  • 13