Android安装以及Eclipse插件(Google Android) ,在Android 中google搜索 博客园界面_第1张图片

Android是什么 我自己翻译的Android中文文档

本来准备停止几天更新自己的blog,但是由于自己决心学习个google的Android,进行Android开发,所以还需要把一些东西记录下来,对自己以后也有所帮助。

在推出了手机操作系统Android之后,Google正努力加速其普及,据国外媒体报道,Google计划为那些开发出卓越Android应用的程序员提供奖励,奖金金额总计达1000万美元。Android SDK我在今天已经下载过了,
SDK安装首先到到http://code.google.com/android/download.html
下载SDK的压缩包,直接解压到你需要的目录里。里面的Emulator是一个智能手机模拟器。

然后是安装Eclipse的开发插件。

1)在Eclipse的菜单里选择 Software Updates > Find and Install...
2)在随后出现的窗口里选
Search for new features to install ,然后“下一步”
3)点
New Remote Site
4)在这里随便给这个远程地址输入一个名字(比如Google Android),在下面输入网址
https://dl-ssl.google.com/android/eclipse/,然后点OK,退回到上一级对话框后点“完成”
5)在随后结果窗口中,选择 Android Plugin > Eclipse Integration > Android Development Tools ,然后“下一步”
6)接受license后再“下一步”,然后“完成”
7)然后点Install All,安装完后重启Eclipse
8)重新启动Eclipse后,在
Window > Preferences... ,选择 Android面板,然后后点Browse...把输入SDK的路径就完成了。

调试配置:
Eclipse
1.选择RUN
2. Open Run Dialog
3.选择 Android Application
4. New(上面的小白纸).
看我的文档


然后你按照api说的配置run,然后就可以运行了,我运行的界面,在Android中的浏览器中搜索博客园的图片,



English
  1. Start Eclipse, then select Help > Software Updates > Find and Install....
  2. In the dialog that appears, select Search for new features to install and press Next.
  3. Press New Remote Site.
  4. In the resulting dialog box, enter a name for the remote site (e.g. Android Plugin) and enter this as its URL: https://dl-ssl.google.com/android/eclipse/. Press OK.
  5. You should now see the new site added to the search list (and checked). Press Finish.
  6. In the subsequent Search Results dialog box, select the checkbox for Android Plugin > Eclipse Integration > Android Development Tools and press Next.
  7. Read the license agreement and then select Accept terms of the license agreement, if appropriate. Press Next.
  8. Press Finish.
  9. The ADT plugin is not signed; you can accept the installation anyway by pressing Install All.
  10. Restart Eclipse.
  11. After restart, update your Eclipse preferences to point to the SDK root directory ($SDK_ROOT):
  12. Select Window > Preferences... to open the Preferences panel. (Mac OS X: Eclipse > Preferences)
  13. Select Android from the left panel.
  14. For the SDK Location in the main panel, press Browse... and find the SDK root directory.
  15. Press Apply, then OK

Running and Debugging an Application

Once you've set up the project and launch configuration for your application, you can run or debug it as described below.

From the Eclipse main menu, select Run > Run or Run > Debug as appropriate, to run or debug the active launch configuration.

Note that the active launch configuration is the one most recently selected in the Run configuration manager. It does not necessarily correspond to the application that is selected in the Eclipse Navigation pane (if any).

To set or change the active launch configuration, use the Run configuration manager, which you can access through Run > Open Run Dialog... or Run > Open Debug Dialog

更多相关文章

  1. android计算器布局界面——基础编
  2. Android 插件化 动态升级
  3. [Android UI界面] Android UI 设计准则
  4. bugly镜像地址,可以下载android sdk的插件
  5. android界面模糊到清晰,效果去除
  6. 安装 Mono for Android Visual Studio 2010 插件
  7. Android用户界面 UI组件--自动提示输入框 AutoCompleteTextView
  8. Android开发——控件基础(三)EditText组件以及简单的登录界面
  9. Android用户界面 UI组件--ImageView及其子类ImageButton,QuickCo

随机推荐

  1. Android:监听应用前后台切换及思考
  2. Android中的Binder概述
  3. android 笔记——listView应用
  4. Android 事件触发机制的深入学习
  5. Android绘图之Paint的使用方法详解
  6. 侦听Android手机ServiceState
  7. EditText 各部分颜色设置小结
  8. android视频播放-饺子播放器
  9. Android弹出式窗口PopuWindow的使用
  10. LinearLayout 线性布局属性