问题描述
我花了几天试图发起任何Android程序。即使是Hello World的给了我同样的错误:
I've spent days trying to launch any Android program. Even "Hello World" gives me the same error:
亚洲开发银行的连接被中断,和严重的错误发生。
我运行Eclipse伽利略,谷歌的API 2.2 8,在Windows XP计算机上。
I'm running Eclipse Galileo, Google APIs 2.2 8, on a Windows XP machine.
我使用所有的招数,我可以在网上找到了:亚行杀服务器命令行中,DDMS重置ADB,我开始仿真之前和之后的Eclipse,并寻找正在使用的端口由其他程序。
I've used all the tricks I can find on the web: the command line "adb kill-server", the DDMS "reset ADB", I started the emulator both before and after Eclipse, and searched for ports being used by other programs.
这是怎么回事呢?有没有的Eclipse,Java的,亚洲开发银行,仿真器版本的法术连击,和任何其他的作品?
What is going on here? Is there a magic combo of versions of Eclipse, Java, adb, emulator, and whatever else that works?
推荐答案
试试下面的步骤:
- 如果运行关闭的Eclipse
- 转至命令在Android SDK平台工具目录提示
- 键入
ADB杀死服务器
(的Eclipse应发出这些命令之前关闭) - 然后键入
亚行启动服务器
- 在没有错误消息的同时,亚行启动服务器,那么亚行启动成功抛出。
- 现在,您可以重新启动Eclipse。
- Close the Eclipse if running
- Go to the Android SDK platform-tools directory in Command Prompt
- type
adb kill-server
(Eclipse should be closed before issuing these commands) - then type
adb start-server
- No error message is thrown while starting ADB server, then adb is started successfully.
- Now you can start Eclipse again.
它的工作对我来说这种方式。
it worked for me this way.
重新启动手机,以及!
Restart your phone as well!
这篇关于"亚洲开发银行的连接被中断,和严重的错误发生与QUOT。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!