﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-石建 | Fat Mind-随笔分类-android</title><link>http://www.blogjava.net/shijian/category/46736.html</link><description /><language>zh-cn</language><lastBuildDate>Sat, 03 Nov 2012 06:03:00 GMT</lastBuildDate><pubDate>Sat, 03 Nov 2012 06:03:00 GMT</pubDate><ttl>60</ttl><item><title>搭建android开发环境</title><link>http://www.blogjava.net/shijian/archive/2010/10/24/336036.html</link><dc:creator>石建 | Fat Mind</dc:creator><author>石建 | Fat Mind</author><pubDate>Sun, 24 Oct 2010 12:40:00 GMT</pubDate><guid>http://www.blogjava.net/shijian/archive/2010/10/24/336036.html</guid><wfw:comment>http://www.blogjava.net/shijian/comments/336036.html</wfw:comment><comments>http://www.blogjava.net/shijian/archive/2010/10/24/336036.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/shijian/comments/commentRss/336036.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/shijian/services/trackbacks/336036.html</trackback:ping><description><![CDATA[请参见官网：<a href="http://androidappdocs.appspot.com/sdk/installing.html">http://androidappdocs.appspot.com/sdk/installing.html</a><br />
<br />
1. preparing your development computer<br />
<br />
&nbsp;&nbsp;检查系统环境是否满足要求(基本忽略)<br />
<br />
2.下载sdk<br />
<br />
&nbsp;&nbsp;path 增加 %android_home%/tools<br />
<br />
3. eclipse开发环境<br />
<br />
&nbsp;&nbsp;eclipse3.5在线安装地址 ：<span style="border-collapse: collapse; color: #007000; font-family: monospace; font-size: 13px; line-height: 16px; white-space: pre; "><span class="pln" style="color: #000000; ">https</span></span><span style="border-collapse: collapse; color: #007000; font-family: monospace; font-size: 13px; line-height: 16px; white-space: pre; "><span class="pun" style="color: #666600; ">:</span></span><span style="border-collapse: collapse; color: #007000; font-family: monospace; font-size: 13px; line-height: 16px; white-space: pre; "><span class="com" style="color: #880000; ">//dl-ssl.google.com/android/eclipse/
</span></span><br />
4. 安装 android平台和其它组件<br />
<br />
&nbsp;&nbsp;之前下载的包，仅是一个工具包。<span style="color: #333333; font-family: arial, sans-serif; font-size: 13px; line-height: 16px; ">The starter package is not a full development environment &#8212; it includes only the core SDK Tools, which you can use to download the rest of the SDK components.<br />
</span><br />
&nbsp;&nbsp;我的选择 ：android platform、document、samples、google api、martket lience（请注意选择的版本要一致）<br />
<br />
&nbsp;&nbsp;<span style="font-family: 宋体; font-size: 14px; line-height: 26px; ">Android USB驱动只有Windows才需要安装，作用：</span><span style="color: #333333; font-family: arial, sans-serif; font-size: 13px; line-height: 16px; ">Contains driver files that you can install on your Windows computer, so that you can run and debug your applications on an actual device. 可以直接在你的android手机上，进行程序的调试、运行等。linux、mac是不需要安装。<br />
</span><br />
5. hello world&nbsp;<br />
<br />&nbsp; &nbsp;<a href="http://developer.android.com/training/basics/firstapp/index.html">http://developer.android.com/training/basics/firstapp/index.html</a><br />
<br />
6. eclipse查看android源码<br />
<br />
&nbsp;&nbsp;<a href="http://log4think.com/browsing-android-source-in-eclipse/">http://log4think.com/browsing-android-source-in-eclipse/</a>&nbsp;已验证：&lt;sdk-home&gt;/platforms/android-8，建立source文件夹，将源码放入。重启eclipse，即可看到源码。<br />
<br /><br /><hr /><br />今天发现，之前的url也不能访问；安装方式也不同，重新整理。<br /><br />1. 安装sdk<br /><a href="http://developer.android.com/sdk/installing/index.html">http://developer.android.com/sdk/installing/index.html</a>&nbsp;<br />&nbsp; 下载sdk（windows下竟然是exe）<br />&nbsp;&nbsp;<span style="color: #222222; font-family: Roboto, sans-serif; line-height: 19px; background-color: #f9f9f9; ">It includes only the core SDK tools, which you can use to download the rest of the SDK packages,&nbsp;</span><span style="color: #222222; font-family: Roboto, sans-serif; line-height: 19px; background-color: #f9f9f9; ">using the Android SDK Manager.</span>&nbsp;<br />&nbsp;&nbsp;<span style="color: #222222; font-family: Roboto, sans-serif; line-height: 19px; background-color: #f9f9f9; ">To develop an Android app, you also need to download at least one Android platform and the latest SDK Platform-tools。</span><br />&nbsp; 选择其它组件：tools、选择对应版本api、usb driver（请务必记住：选择使用http，而不是https，tools-&gt;options）<br /><br />2.安装eclipse adt plugin<br />&nbsp;&nbsp;<a href="http://developer.android.com/sdk/installing/installing-adt.html">http://developer.android.com/sdk/installing/installing-adt.html</a>&nbsp;<br />&nbsp;&nbsp;<span style="color: #222222; font-family: Roboto, sans-serif; line-height: 19px; background-color: #f9f9f9; ">select the checkbox next to Developer Tools and click&nbsp;</span><strong style="color: #222222; font-family: Roboto, sans-serif; line-height: 19px; background-color: #f9f9f9; ">Next.<br />&nbsp;</strong><span style="color: #222222; font-family: Roboto, sans-serif; line-height: 19px; background-color: #f9f9f9; ">config the adt plugin.<br /></span><br />
<br />
<br />
<img src ="http://www.blogjava.net/shijian/aggbug/336036.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/shijian/" target="_blank">石建 | Fat Mind</a> 2010-10-24 20:40 <a href="http://www.blogjava.net/shijian/archive/2010/10/24/336036.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>