如何安装Android的SDK开发包和配置开发环境
2010-06-04 03:09:00 来源:WEB开发网打开一个代码执行窗口,在主菜单中选择Window > Show View > Display打开显示窗口:一个简单的文本编辑器。输入你的表达式,高亮文本,点击图标“J”(或者Ctrl+Shift+D)来运行你的代码。The code runs in the context of the selected thread, which must be stopped at a breakpoint or single-step point. (If you suspend the thread manually, you have to single-step once; this doesn’t work if the thread is in Object.wait().)
如果你此时在一个断点处暂停,你可以简单通过Ctrl+Shift+D来高亮并执行一段代码。
You can highlight a block of text within the same scope by pressing ALT +SHIFT + UP ARROW to select larger and larger enclosing blocks, or DOWN ARROW to select smaller blocks.
下面是一些在Eclipse中显示窗口中的输入和响应的例子:
Input | Response |
zip | (java.lang.String) /work/device/out/linux-x86-debug/android/app/android_sdk.zip |
zip.endsWith(”.zip”) | (boolean) true |
zip.endsWith(”.jar”) | (boolean) false |
You can also execute arbitrary code when not debugging by using a scrapbook page. Search the Eclipse documentation for “scrapbook”.
手动运行DDMS
尽管调试推荐的方式是利用ADT插件,你仍然可以通过手动运行DDMS并配置Eclipse在8700端口调试。(注意:确定你已经启动了DDMS)
取自”http://www.androidcn.net/wiki/index.php/Intro%5Cinstalling”
< type="text/javascript">
Popularity: 15% [?]
如果你选择Eclipse作为Android的开发环境,可以安装一个专门为Android定制的插件:Android Development Tools(ADT),ADT插件集成
了对 Android工程和工具的支持,它包含了大量功能强大的扩展,使得创建、运行、调试Android程序更简单更快捷。
如果你不打算使用Eclipse,那么就不需要下载或者安装ADT插件。
更多精彩
赞助商链接