Where is Emulator Control View in IntelliJ?
In Eclipse you can change your simulated location using the Emulator Control view (Window > Show View > Other... > And开发者_开发技巧roid > Emulator Control).
Image:
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.
There is no such option in IDEA yet. We have a request to add dedicated DDMS tool window, feel free to vote.
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..
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)
精彩评论