sandalone
sandalone

Reputation: 41759

Where is Emulator Control View in IntelliJ?

In Eclipse you can change your simulated location using the Emulator Control view (Window > Show View > Other... > Android > Emulator Control).

Image: enter image description here

Where can I find this view/tab in IntelliJ?

PS. I know that I can use DDMS, but I wonder if there is a tab in IntelliJ, like there is in Eclipse.

Upvotes: 4

Views: 3983

Answers (3)

user1106888
user1106888

Reputation: 255

Click the Tools----Android -----

There you will see the DDMS option that opens in a separate window. which is cool... i need not switch perspectives like in eclipse..

Upvotes: 3

Jviaches
Jviaches

Reputation: 843

Actually DDMS is not feature of Eclipse or IntelliJ. It tool that can be run separately.

It can be found in android-sdk-windows\tools (where android-sdk-windows is dirrectory with all android stuff on your disk)

Upvotes: 2

CrazyCoder
CrazyCoder

Reputation: 401995

There is no such option in IDEA yet. We have a request to add dedicated DDMS tool window, feel free to vote.

Upvotes: 4

Related Questions