Winston Lee
Winston Lee

Reputation: 107

DDMS perspective displays absolutely nothing eclipse 4.1

all I get is a light blue screen with nothing on it.

anyone ever see anything like this?

all other perspectives display normally.

thanks for any insight.

Upvotes: 2

Views: 2090

Answers (4)

Ddidier
Ddidier

Reputation: 1

I had the same problem. This worked with the first device created and not with a second device : DDMS showing empty file explorer for online emulator. I deleted all devices and recreated a new one and it works. I think that only a single device can be run with debugging

Upvotes: 0

Rengas
Rengas

Reputation: 733

I had the same issue . Nothing worked for me except updating eclipse. Help-> check for updates

Upvotes: 0

Dhruv
Dhruv

Reputation: 1129

I faced the same issue with ADT 23.0.2.1259578 on Windows 7, I tried resetting the perspective and also tried Windows --> Show View --> Other --> Android but that didn't work for me, Restarting Eclipse resolved the problem

Upvotes: 1

Jisha
Jisha

Reputation: 65

You see a blank window because the DDMS view is not configured to show anything. You can configure to show them by going to:

Windows --> Show View --> Other --> Android

and select the views (for example: Emulator Control, Devices, File Explorer, etc.), and then you are ready to roll.

Upvotes: 3

Related Questions