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 EditText设置弹出数字输入法键盘
  2. Android(安卓)WebView的使用
  3. Android练习——Spinner二级联动_城市选择
  4. Android(安卓)打勾显示输入的密码
  5. Android开发环境搭建
  6. Android(安卓)开发环境安装配置手册
  7. EditText 文字验证
  8. Android的EditText控件常用属性
  9. Android(二)HelloWorld,Android(上)

随机推荐

  1. 从Android设备获取实时截屏
  2. (转) Android的Window类
  3. Android中AsyncTask使用详解
  4. Android(安卓)前景
  5. Android老版本项目导入到新版SDK提示错误
  6. 《Android经验分享》周刊第2期
  7. Android(安卓)图像存储在SD卡ContentReso
  8. Android高手进阶教程(二)之----Android(
  9. Android(安卓)Content Provider
  10. Android入门第十六篇之Style与Theme