Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Android projects: Using DDMS in combination with Intellij IDEA

$
0
0

Hi,

 

I recently discovered IntelliJ IDEA as an alternative to Eclipse to develop Android applications.  First impression is excellent: much faster than Eclipse, debugging goes a lot smoother, nicer interface,...

 

There is, however, one thing that is very different compared to Eclipse: the use of DDMS.

 

When I want to activate DDMS through 'Tools -> Android -> DDMS' while I'm in a debug session, the current ADB connection is destroyed, the DDMS window is opened and I have to manually setup a new ADB connection before I can see something in the DDMS dialogue box.

In Eclipse, the behaviour is different.  Whether you're using DDMS or not, you can continue with your current debug session + having all the benefits of DDMS (injecting a telephone call, to name one or taking a screen shot, to name another one...) at the same time.  Maybe it works fine because it's one and the same application in case of Eclipse.

Unfortunately, that's not the case for IntelliJ.

 

Any chance this behaviour is going to change in the future?  Will DDMS become a real part of IntelliJ and as such, be better integrated?

 

Best rgds,


Viewing all articles
Browse latest Browse all 5661

Trending Articles