安装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
本文介绍在使用Eclipse及ADT插件进行Android应用开发时,解决启动HelloWorld项目时可能出现的问题。包括配置Run Configurations以解决Theselectioncannotbelaunched提示及处理Aninternalerroccurredduring错误的方法。
1924

被折叠的 条评论
为什么被折叠?



