First, make sure that the device is selected in the Devices view. You cannot use Emulator Control unless the device or emulator is selected.
If that does not help, close Eclipse, and try running DDMS outside of Eclipse -- there's a ddms
shell script in the tools/
directory of wherever you installed the Android SDK.
If that does not help, run adb kill-server
, followed by adb start-server
, where adb
should be in your platform-tools/
directory of your SDK installation. Then, try DDMS again.
If that does not help, reboot, then try DDMS again.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…