I have been searching for a few days now, here are the specs
- OS : Mac osx 10.11 (El Captain)
- Android SDK : recently downloaded
- Problem : My device is found but offline in device chooser
Here are a few steps I took to shoot the problem down
- I connect the device with my Mac
- I check in ANDROID_HOME/platform-tools/adb devices
- it shows my devices as 0123456789ABCDEF device
- I launch my eclipse
- start running my android application
- My device chooser shows that device as offline
- I again go to terminal and ./adb devices
- Bang! it is offline 0123456789ABCDEF offline
- when I shut down eclipse and restart adb server,
-kill-server and start-server
the device shows up in my Terminal correctly but when I launch my eclipse, it is offline again both in eclipse and terminal, sounds like it does not like my eclipse or something,
Please help, I am fairly new to mac and android. I tried all the recipe -kill-server, start-server, reboot device, no luck, The device I tried used, to work on windows machine however,