0

我正在学习android,并在不使用IDE的情况下通过ant开发应用程序。我使用 ant debug 构建应用程序,并使用 adb 将它们部署在模拟器上。我已将应用程序标记为等待调试器从开发人员设置中附加。但是,当我尝试将 jdb 连接到 DDMS 端口时,我得到了

java.io.IOException: shmemBase_attach failed: The system cannot find the file specified

        at com.sun.tools.jdi.SharedMemoryTransportService.attach0(Native Method)
        at com.sun.tools.jdi.SharedMemoryTransportService.attach(SharedMemoryTransportService.java:90)
        at com.sun.tools.jdi.GenericAttachingConnector.attach(GenericAttachingConnector.java:98)
        at com.sun.tools.jdi.SharedMemoryAttachingConnector.attach(SharedMemoryAttachingConnector.java:45)
        at com.sun.tools.example.debug.tty.VMConnection.attachTarget(VMConnection.java:358)
        at com.sun.tools.example.debug.tty.VMConnection.open(VMConnection.java:168)
        at com.sun.tools.example.debug.tty.Env.init(Env.java:64)
        at com.sun.tools.example.debug.tty.TTY.main(TTY.java:1010)

Fatal error:
Unable to attach to target VM.

我试过了

jdb -attach 8700

jdb -connect com.sun.jdi.SocketAttach:port=8700

模拟器上的应用程序仍然显示对话框,等待调试器连接。

4

0 回答 0