In order to have IDEA and DDMS connected to the same emulator, I had to disable this feature.

What does it do? Is there a downside of this action?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The ADB (Android Debug Bridge) is a service that IDEA uses for debugging Android code on an emulator or USB device. This service can be used by only one application at a time. DDMS tool uses ADB, too, so you need to disable ADB-IDEA connection if you want to use DDMS tool without closing IDEA. You won’t be able to debug Android applications in IDEA if this service is disabled, but note that if you try to launch debugging IDEA will notify you that ADB service is disabled and offer to enable it again. So there shouldn’t be any problems after disabling this service. You just need to do it before launching DDMS.