IDEA和DDMS同时运行时无法连接模拟器
当 IntelliJ IDEA 打开并启动 DDMS 时,出现错误
所以我打开了 DDMS 选项(文件 -> 选项)并将本地端口的起始值更改为 8800,将所选 VM 的端口更改为 8900(例如默认值以外的一些其他值)。
我认为这会阻止此消息,因为 DDMS 会通过不同的端口连接到模拟器。但是,我不再收到该错误,但我没有连接到模拟器,但我得到了一些????而是处理。
有没有办法同时打开IDEA和DDMS,连接到同一个模拟器?
When IntelliJ IDEA is open and I start DDMS, I get an error
So I opened DDMS options (File -> Options) and changed starting value for local port to 8800 and port of selected VM to 8900 (e.g. some other values than default ones).
I thought this would prevent this message as DDMS would connect to an emulator via a different port. However, I do not receive that error anymore, but I do not connect to the emulator, but I get some ???? processes instead.
Is there a way to have open IDEA and DDMS in the same time, connected to the same emulator?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试在IDEA中取消选中“Tools | Android | Enable ADB Service”,然后启动DDMS
Try to uncheck "Tools | Android | Enable ADB Service" in IDEA, then launch DDMS