Could not open Selected VM debug port (8700) (转)

版权声明:本文为博主原创文章,未经博主允许不得转载。

在运行项目的时候,eclipse弹出提示框“Could not open Selected VM debug port (8700). Make sure you do not have another instance of DDMS or of the eclipse plugin running. If it‘s being used by something else, choose a new port number in the preferences.”

在终端输入:netstat -ano | findstr "8700"

未找到占用端口。

Android -> DDMS:如下图

参考:

http://stackoverflow.com/questions/4045645/eclipse-android-could-not-open-selected-vm-debug-port-8700

时间: 2024-08-05 23:35:25

Could not open Selected VM debug port (8700) (转)的相关文章

Could not open Selected VM debug port (8700)

在运行项目的时候,eclipse弹出提示框"Could not open Selected VM debug port (8700). Make sure you do not have another instance of DDMS or of the eclipse plugin running. If it's being used by something else, choose a new port number in the preferences." 在终端输入:ne

2017-6-14 踩坑小结(Android文件读写 相关问题)

填坑 getSlotFromBufferLocked: unknown buffer: 0xab7115e0 1. 在棉花糖(6.0)上莫名出现 未知缓冲 错误,百度了一下,貌似这个是Android6.0的bug??,所以白忙活,这个坑 填不上了,等Google自己填吧 2. 在使用Android Device Monitor工具时,提示:Could not open Selected VM debug port (8700),我擦?? 这TM又是什么鬼,紧接着笔者又是一番 翻资料,原来是端口被

Android开发过程中遇到的问题集合(—)

1. Re-installation failed due to different application signatures. 将原来的软件包删除掉,然后又一次安装一次就好了.在命令行上执行:adb uninstall <package_name>,这里的package_name也就是AndroidManifest.xml里面<manifest/>元素package属性的数据值.比如:adb uninstall org.andriod.demo.关于删除也能够參考 6.怎样删

[转]Android开发过程中遇到的问题

例1: ‘Can't bind to local 8700 for debugger’报错和解决     1.CTS测试出现,运行startcts后,‘Can't bind to local 8700 for debugger’报错 2.netstat -apn |grep 8700查询,得到的结果是: tcp6 0 0 123.0.0.1:8700  :::*     LISTEN   3665/java unix 3    []    STREAM    CONNECTED    8700 

2018.11.28 Android踩坑(读写文件)

在学到使用Android Device Monitor 查看文件的时候,发现Android Device Monitor在Android Studio里面找不到了,网上查了原来是被官方弃用了,现在通过命令行的方式启动 1.打开Project Structure找到sdk安装路径 2.找到这个路径打开里面tools文件夹下面的monitor.bat双击运行即可打开Android Device Monitor 虽然说找到了Android Device Monitor,但是打开报了个Could not

Debug in Node.js

Using console object: console.log('xxx'); Using Node.js internal debugger (v8 engine): node debug xxx.js refer to: https://nodejs.org/api/debugger.html#debugger_debugger Using node-inspector:https://github.com/node-inspector/node-inspector How to use

Serial Wire Debug (SWD) Interface -- PSoc5

PSoC 5 supports programming through the serial wire debug (SWD) interface. There are two signals in SWD interface: data signal (SWDIO) and a clock for data signal (SWDCK). The host programmer always drives the clock line, whereas either the programme

Android Adb Analyse

Android Adb Analyse TABLE OF CONTENTS 1            Introduction 1.1      Purpose 1.2      Definitions, Acronyms, and Abbreviations 2            Architecture 2.1      Module Architecture Diagram 3            Sub Module 3.1      Compile adb/adbd 3.2   

Android 逆向初探(二)

一.对android app进行分析时, 需要对其进行动态调试. 1.IDA 附加进行调试 将ida目录中的android_server push到安卓手机上 adb push android_server /data/local/tmp 1).执行android_server: adb shell /data/local/tmp/android_server 2).端口转发: adb forward tcp:23946 tcp:23946 3).调试模式启动程序,手机界面会出现Waiting