博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
AndroidStudio重启adb
阅读量:5882 次
发布时间:2019-06-19

本文共 484 字,大约阅读时间需要 1 分钟。

hot3.png

1.打开cmd,输入adb kill-server,adb start-serveradb nodaemon server,显示

    说明执行adb start-server后启动不起来是因为adb的端口被占用了。

2.输入netstat -aon|findstr "5037",可以看到进程号为10624的进程(这个进程号因机器和时间而异)在占用5037端口(adb需要使用此端口)

3.打开任务管理器,选择“进程”选项卡,点击选项栏“查看-选择列...”,勾选“PID(进程标识符)”,点确定。会看到每个进程都会显示它们的PID了。找到进程号为10624的进程,结束这个进程。

4.在cmd中,重新adb start-server,会看到成功启动了。

5.重启Android Studio,正常启动完成。

Eclipse查看数据库文件方法:

http://www.cnblogs.com/walkingp/archive/2011/03/28/1997437.html

 

 

 

转载于:https://my.oschina.net/u/2320057/blog/602436

你可能感兴趣的文章
使用git时出现Please make sure you have the correct access rights and the repository exists.问题已解决。...
查看>>
分析称微软不应再为WP弱势地位推脱 借口已失效
查看>>
Spring核心实现篇
查看>>
css动态样式
查看>>
Sql Server查询性能优化之走出索引的误区
查看>>
回忆下高中的数学归纳法
查看>>
CentOS7 'Username' is not in the sudoers file. This incident will be reported
查看>>
HashMap,HashTable,HashSet区别(转)
查看>>
关于php上传文件
查看>>
360浏览器内核控制标签meta说明
查看>>
android AsyncTask
查看>>
poj 3225 【线段树】
查看>>
序列化
查看>>
Linux 查询命令
查看>>
Some tips for your Number 157842 369 the earth number
查看>>
梦网云通讯API接口匹配状态报告规则
查看>>
Linux之线程管理
查看>>
Cocos2d-x游戏《雷电大战》开源啦!要源代码要资源快快来~~
查看>>
常见随机变量的数学期望和方差
查看>>
eclipse黄色警告(finally block does not complete normally) ,不建议在finally中使用return语句...
查看>>