I use two devices to develop my Android apps:
- a Samsung tablet Galaxy tab 10.1 (Android 3.1)
- a Samsung S2 (Android 4.0.3)
I develop on Mac OSX Lion.
My problem is that my Samusung S2 is not recognized by Eclipse (everything is ok with my tablet!!). To be more accurate, my S2 appears something like 1 second every 1 minute in DDMS or the "Android Device Chooser" (the window which appears when you launch the app in Eclipse and where you can choose between a physical device or emulator) and then disappears !!! This is driving me crazy.
I tried absolutely everything I found on forums:
- update all modules via the SDK Manager
- update of Eclipse via Help => check for updates
- tried 3 different USB cables...
- tried to reset adb either via DDMS or in command line (adb kill-server and then adb start-server)
- I checked that USB debugging is set on my S2
Can the rubbish Samsung app "Kies" induce some issues? (not the case with my tablet) Other idea?
Can anybody help me ???!!!
Thanks !!