安装Eclipse+ADT后,第一个Hello World很有可能会出现问题。经常遇到的是两种问题,一种是The selection cannot be launched, and there are no recent launches.另一种是 An internal error occurred during: "Launching New_configuration".
第一个问题是因为之前没有运行过Launches或者没有识别,可以通过配置Run Configurations解决。具体方法是点击菜单栏中的Run->Run Configuartions->target,把Automatically pick compatible device改为Always prompt to pick device,运行过一次以后就不会再出现这个问题了。
第二个问题在网上找到一篇博文写的很详尽,可以参考。
http://blog.youkuaiyun.com/sunnyfans/article/details/8146495