[转]Android 开发环境搭建
时间:2010-11-08 来源:豆腐干
在安装ADT Plugin for Ecplise时,遇到了以下问题:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 0.9.9.v201009221407-60953 (com.android.ide.eclipse.adt.feature.group 0.9.9.v201009221407-60953)
Missing requirement: Android Development Tools 0.9.9.v201009221407-60953 (com.android.ide.eclipse.adt.feature.group 0.9.9.v201009221407-60953) requires 'org.eclipse.gef 0.0.0' but it could not be found
解决办法参考网贴: http://ubuntuforums.org/showthread.php?t=1305691
主要是要将以下几个url加到Eclipse的site里:
https://dl-ssl.google.com/android/eclipse/
http://download.eclipse.org/datatools/updates
http://download.eclipse.org/webtools/updates/
http://download.eclipse.org/modeling...ates/releases/
http://download.eclipse.org/tools/gef/updates/releases/
http://dl.google.com/eclipse/plugin/3.5 (think this one's optional)
其他没什么问题。
Hello, World
按照官方文档里一步步做下来:http://androidappdocs.appspot.com/resources/tutorials/hello-world.html
建好项目,写好必要的代码后,运行模拟器(模拟器启动比较慢),出现以下界面:
这个是Android模拟器启动后默认处于自动锁屏状态的界面,一开始不知道这个,等了一段时间界面都没有变化。网上找了一下,发现要手工解一下锁,鼠标将图中左边底色为绿的锁向右拖一下即可。然后就会出现程序的输出:
模拟器打开后不要关闭,下次运行时可以快点。