Sony Xperia Miro Not Showing Up for Android Development in Eclipse

I’m having trouble getting my Sony Xperia Miro to work with Eclipse for Android app development. The phone connects fine to my computer and I can access files, sync data, and do everything else normally. But when I try to run my Android apps for testing, Eclipse doesn’t recognize the device at all.

The emulator works perfectly and I’ve tested apps on Samsung phones before without issues. I’ve tried enabling USB debugging in developer options and installing different drivers but nothing seems to work.

Has anyone managed to get the Xperia Miro working with Eclipse? What drivers or settings do I need to change to make it show up as a debugging device?

had similar issue with my miro too! tried a bunch of stuff but nothing worked until i used sony pc companion. install it, then uninstall but keep the drivers. also, check your usb cable. sometimes they can be the problem!

First, check if ADB can see your device. Open command prompt, go to your Android SDK platform-tools folder and run ‘adb devices’. If the Miro shows up but Eclipse doesn’t see it, restart ADB with ‘adb kill-server’ then ‘adb start-server’. Eclipse sometimes loses the ADB connection and needs a kick. Also update your Eclipse ADT plugin - I had this same issue with older versions that wouldn’t recognize newer devices even when ADB worked fine.