您的位置:首页 > 移动开发 > Android开发

【Android-II】Android开发之常见错误总结

2016-09-18 21:47 288 查看

一、开发环境

1、IDE:eclipse-android-neon-R-incubation-win32-x86_64

2、SDK:android-sdk_r24.4.1-windows

3、操作系统:Windows 7 64位

二、错误1

错误信息:The connection to adb is down, and a severe error has occured.

解决方法:

1、打开cmd命令窗口,转到adb根目录,一般为“...\android-sdk\platform-tools”,输入命令“adb kill-server”,然后输入命令“adb -startserver”;

2、重新启动Eclipse。

三、错误2

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: