<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Development Notes &#187; Mobile Coding</title>
	<atom:link href="http://blog.eood.cn/category/mobile-coding/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.eood.cn</link>
	<description>PHP, Drupal, Erlang, MySQL, Java, MongoDB, Linux, vim, ssh, screen etc</description>
	<lastBuildDate>Sat, 31 Dec 2011 12:49:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Software for android</title>
		<link>http://blog.eood.cn/software-for-android</link>
		<comments>http://blog.eood.cn/software-for-android#comments</comments>
		<pubDate>Sun, 01 Aug 2010 16:10:15 +0000</pubDate>
		<dc:creator>Bruce Dou</dc:creator>
				<category><![CDATA[Mobile Coding]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.eood.cn/?p=1212</guid>
		<description><![CDATA[Which software are useful? This the software list for android : * Gmail for android * Facebook for android * Twitter for android * Phone record software * Today&#8217;s weather for android I found these app for android is good software.]]></description>
			<content:encoded><![CDATA[<p>Which software are useful?</p>
<p>This the software list for android :</p>
<p>* Gmail for android</p>
<p>* Facebook for android</p>
<p>* Twitter for android</p>
<p>* Phone record software</p>
<p>* Today&#8217;s weather for android</p>
<p>I found these app for android is good software.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eood.cn/software-for-android/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>android ndk</title>
		<link>http://blog.eood.cn/androidndk</link>
		<comments>http://blog.eood.cn/androidndk#comments</comments>
		<pubDate>Sun, 01 Nov 2009 07:01:38 +0000</pubDate>
		<dc:creator>Bruce Dou</dc:creator>
				<category><![CDATA[Mobile Coding]]></category>

		<guid isPermaLink="false">http://blog.eood.cn/articles/351</guid>
		<description><![CDATA[标记]]></description>
			<content:encoded><![CDATA[<p>标记</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eood.cn/androidndk/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows平台Android开发环境搭建</title>
		<link>http://blog.eood.cn/windows%e5%b9%b3%e5%8f%b0android%e5%bc%80%e5%8f%91%e7%8e%af%e5%a2%83%e6%90%ad%e5%bb%ba-2</link>
		<comments>http://blog.eood.cn/windows%e5%b9%b3%e5%8f%b0android%e5%bc%80%e5%8f%91%e7%8e%af%e5%a2%83%e6%90%ad%e5%bb%ba-2#comments</comments>
		<pubDate>Sat, 03 Oct 2009 10:37:19 +0000</pubDate>
		<dc:creator>Bruce Dou</dc:creator>
				<category><![CDATA[Mobile Coding]]></category>

		<guid isPermaLink="false">http://blog.eood.cn/articles/323</guid>
		<description><![CDATA[一、必备软件 1、jdk-6u10-rc2-bin-b32-windows-i586-p-12_sep_2008.exe。 http://www.java.net/download/jdk6/6u10/promoted/b32/binaries/jdk-6u10-rc2-bin-b32-windows-i586-p-12_sep_2008.exe 假如运行安装程序无反应 msiexec /regserver 加载安装服务 2、eclipse。 http://d2u376ub0heus3.cloudfront.net/technology/epp/downloads/release/galileo/SR1/eclipse-java-galileo-SR1-win32.zip 3、ADT-0.9.0.zip。 4、android-sdk-windows-1.5_r3.zip。 http://dl.google.com/android/android-sdk-windows-1.5_r2.zip 1、jdk 1.6安装(双击jdk-6u10-rc2-bin-b32-windows-i586-p-12_sep_2008.exe)。选择安装路径为“E:\android\jdk-6u10\”，安装完成后设置环境变量：右击点我的电脑-&#62;属性-&#62;高级-&#62;环境变量，双击PATH，变量值中末尾加上“;E:\android\jdk-6u10\bin”。同时新建两个环境变量，JAVA_HOME，变量值为：“E:\android\jdk-6u10”以及CLASSPATH，变量值为：“.”。 2、解压eclipse-SDK-3.4.2-win32.zip到目录“E:\android\eclipse-3.4.2”。不用安装，绿色软件。 3、打开eclipse.exe。随意设置工作目录。 选择Help-&#62;Software Updates-&#62;Available Software-&#62;Add Site -&#62;Archive&#8230; 选择ADT。 (ADT必须0.9以上，如：ADT-0.9.0.zip) 在列表中勾选 jar:file:&#8230;\ ADT-0.9.0.zip开始安装，即点击Install&#8230;按钮。 (这时会出现警告 大概意思是dl-ssl.google.com/android/eclipse 没有找到。不用理采，这个网站早就消失了，找不到正常。因为使用的是离线安装，所以不需要千万不要勾选，否则可能会浪费很多时间。)然后一步步执行，一直到安装完毕。 4、解压android-sdk-windows-1.5_r1.zip到目录“E:\android\android-sdk-1.5”。 5、选择window &#8211; Preferences 设置Android的SDK Location：为“E:\android\android-sdk-1.5”。 6、运行里输入cmd命令，进入dos环境，输入以下命令新建avd： android create avd -n sdk_1.5_avd -t 2 出现的配置界面中依次键入配置选项即可。 （注：如果想删除已经创建的avd，dos下输入以下命令：android delete avd –n sdk_1.5_avd） 7、安装完毕。]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: 宋体; font-size: large;">一、必备<span class="t_tag" onclick="tagshow(event)">软件</span><br />
</span><span style="color: #000000;"><span style="font-family: Times New Roman;">1</span><span style="font-family: 宋体;">、</span><span style="font-family: Times New Roman;">jdk-6u10-rc2-bin-b32-windows-i586-p-12_sep_2008.exe</span><span style="font-family: 宋体;">。 <a href="http://www.java.net/download/jdk6/6u10/promoted/b32/binaries/jdk-6u10-rc2-bin-b32-windows-i586-p-12_sep_2008.exe">http://www.java.net/download/jdk6/6u10/promoted/b32/binaries/jdk-6u10-rc2-bin-b32-windows-i586-p-12_sep_2008.exe</a></span></span></p>
<p><span style="color: #000000;"><span style="font-family: 宋体;">假如运行安装程序无反应 msiexec /regserver 加载安装服务</span></span><br />
<span style="color: #000000;"><span style="font-family: Times New Roman;">2</span><span style="font-family: 宋体;">、</span><span style="font-family: Times New Roman;">eclipse</span><span style="font-family: 宋体;">。</span><span style="font-family: Times New Roman;"> </span></span></p>
<p><span style="color: #000000;"><span style="font-family: Arial;"><a href="http://d2u376ub0heus3.cloudfront.net/technology/epp/downloads/release/galileo/SR1/eclipse-java-galileo-SR1-win32.zip">http://d2u376ub0heus3.cloudfront.net/technology/epp/downloads/release/galileo/SR1/eclipse-java-galileo-SR1-win32.zip</a></span></span><br />
<span style="color: #000000;"><span style="font-family: Times New Roman;">3</span><span style="font-family: 宋体;">、</span><span style="font-family: Times New Roman;"><span class="t_tag" onclick="tagshow(event)">ADT</span>-0.9.0.zip</span><span style="font-family: 宋体;">。</span></span></p>
<p><span style="color: #000000;"><span style="font-family: Times New Roman;">4</span><span style="font-family: 宋体;">、</span><span style="font-family: Times New Roman;"><span class="t_tag" onclick="tagshow(event)">android</span>-<span class="t_tag" onclick="tagshow(event)">sdk</span>-windows-1.5_r3.zip</span><span style="font-family: 宋体;">。</span></span><br />
<span style="font-family: 宋体;"><a href="http://dl.google.com/android/android-sdk-windows-1.5_r2.zip">http://dl.google.com/android/android-sdk-windows-1.5_r2.zip</a></span></p>
<p><span style="font-family: 宋体;"><span style="font-family: Times New Roman;">1</span><span style="font-family: 宋体;">、</span><span style="font-family: Times New Roman;">jdk 1.6</span><span style="font-family: 宋体;">安装</span><span style="font-family: Times New Roman;">(</span><span style="font-family: 宋体;">双击</span><span style="font-family: Times New Roman;">jdk-6u10-rc2-bin-b32-windows-i586-p-12_sep_2008.exe)</span><span style="font-family: 宋体;">。选择安装路径为“</span><span style="font-family: Times New Roman;">E:\android\jdk-6u10\</span><span style="font-family: 宋体;">”，安装完成后<span class="t_tag" onclick="tagshow(event)">设置</span>环境变量：右击点我的电脑</span><span style="font-family: Times New Roman;">-&gt;</span><span style="font-family: 宋体;">属性</span><span style="font-family: Times New Roman;">-&gt;</span><span style="font-family: 宋体;">高级</span><span style="font-family: Times New Roman;">-&gt;</span><span style="font-family: 宋体;">环境变量，双击</span><span style="font-family: Times New Roman;">PATH</span><span style="font-family: 宋体;">，变量值中末尾加上“</span><span style="font-family: Times New Roman;">;E:\android\jdk-6u10\bin</span><span style="font-family: 宋体;">”。同时新建两个环境变量，</span><span style="font-family: Times New Roman;">JAVA_HOME</span><span style="font-family: 宋体;">，变量值为：“</span><span style="font-family: Times New Roman;">E:\android\jdk-6u</span><span style="font-family: Times New Roman;">10</span><span style="font-family: 宋体;">”</span><span style="font-family: 宋体;">以及</span><span style="font-family: Times New Roman;">CLASSPATH</span><span style="font-family: 宋体;">，变量值为：“</span><span style="font-family: Times New Roman;">.</span><span style="font-family: 宋体;">”。</span></span></p>
<p><span style="font-family: 宋体;"><span style="color: #000000;"><span style="font-family: Times New Roman;">2</span><span style="font-family: 宋体;">、解压</span><span style="font-family: Times New Roman;">eclipse-SDK-3.4.2-win32.zip</span><span style="font-family: 宋体;">到目录“</span><span style="font-family: Times New Roman;">E:\android\eclipse-3.</span><span style="font-family: Times New Roman;">4.2</span><span style="font-family: 宋体;">”</span><span style="font-family: 宋体;">。不用安装，</span><span style="font-family: 宋体;">绿色软件。</span></span></span></p>
<p><span style="font-family: 宋体;"><span style="color: #000000;"><span style="font-family: Times New Roman;">3</span><span style="font-family: 宋体;">、打开</span><span style="font-family: Times New Roman;">eclipse.exe</span><span style="font-family: 宋体;">。随意设置工作目录。</span></span><br />
<span style="color: #000000;"><span style="font-family: 宋体;">选择</span><span style="font-family: Times New Roman;">Help-&gt;Software Updates-&gt;Available Software-&gt;Add Site -&gt;Archive&#8230; </span><span style="font-family: 宋体;">选择</span><span style="font-family: Times New Roman;">ADT</span><span style="font-family: 宋体;">。</span></span><br />
<span style="color: #000000;"><span style="font-family: Times New Roman;">(ADT</span><span style="font-family: 宋体;">必须</span><span style="font-family: Times New Roman;">0.9</span><span style="font-family: 宋体;">以上，如：</span><span style="font-family: Times New Roman;">ADT-0.9.0.zip)</span></span><br />
<span style="color: #000000;"><span style="font-family: 宋体;">在列表中勾选</span><span style="font-family: Times New Roman;"> jar:file:&#8230;\ ADT-0.9.0.zip</span><span style="font-family: 宋体;">开始安装，即点击</span><span style="font-family: Times New Roman;">Install&#8230;</span><span style="font-family: 宋体;">按钮。</span></span><br />
<span style="color: #000000;"><span style="font-family: Times New Roman;">(</span><span style="font-family: 宋体;">这时会出现警告</span><span style="font-family: Times New Roman;"> </span><span style="font-family: 宋体;">大概意思是</span><span style="font-family: Times New Roman;">dl-ssl.google.com/android/eclipse </span><span style="font-family: 宋体;">没有找到。不用理采，这个网站早就消失了，找不到正常。因为使用的是离线安装，所以不需要千万不要勾选，否则可能会浪费很多时间。</span><span style="font-family: Times New Roman;">)</span><span style="font-family: 宋体;">然后一步步执行，一直到安装完毕。</span></span></span></p>
<p><span style="font-family: 宋体;"><span style="color: #000000;"><span style="font-family: Times New Roman;">4</span><span style="font-family: 宋体;">、解压</span><span style="font-family: Times New Roman;">android-sdk-windows-1.5_r1.zip</span><span style="font-family: 宋体;">到目录“</span><span style="font-family: Times New Roman;">E:\android\android-sdk</span><span style="font-family: Times New Roman;">-1.5</span><span style="font-family: 宋体;">”</span><span style="font-family: 宋体;">。</span></span></span></p>
<p><span style="font-family: 宋体;"><span style="color: #000000;"><span style="font-family: Times New Roman;">5</span><span style="font-family: 宋体;">、选择</span><span style="font-family: Times New Roman;">window &#8211; Preferences </span><span style="font-family: 宋体;">设置</span><span style="font-family: Times New Roman;">Android</span><span style="font-family: 宋体;">的</span><span style="font-family: Times New Roman;">SDK Location</span><span style="font-family: 宋体;">：为“</span><span style="font-family: Times New Roman;">E:\android\android-sdk</span><span style="font-family: Times New Roman;">-1.5</span><span style="font-family: 宋体;">”</span><span style="font-family: 宋体;">。</span></span></span></p>
<p><span style="font-family: 宋体;"><span style="color: #000000;"><span style="font-family: Times New Roman;">6</span><span style="font-family: 宋体;">、<span class="t_tag" onclick="tagshow(event)">运行</span>里输入</span><span style="font-family: Times New Roman;">cmd</span><span style="font-family: 宋体;">命令，进入</span><span style="font-family: Times New Roman;">dos</span><span style="font-family: 宋体;">环境，输入以下命令新建</span><span style="font-family: Times New Roman;">avd</span><span style="font-family: 宋体;">：</span></span><br />
<span style="font-family: Times New Roman;"><span style="color: #000000;">android create avd -n sdk_1.5_avd -t 2</span></span><br />
<span style="font-family: 宋体;"><span style="color: #000000;">出现的配置<span class="t_tag" onclick="tagshow(event)">界面</span>中依次键入配置选项即可。</span></span><br />
<span style="color: #ff0000;"><span style="font-family: 宋体;">（注：如果想删除已经创建的</span></span><span style="color: #ff0000;"><span style="font-family: Times New Roman;">avd</span></span><span style="color: #ff0000;"><span style="font-family: 宋体;">，</span></span><span style="color: #ff0000;"><span style="font-family: Times New Roman;">dos</span></span><span style="color: #ff0000;"><span style="font-family: 宋体;">下输入以下命令：</span></span><span style="color: #ff0000;"><span style="font-family: Times New Roman;">android delete avd –n sdk_1.5_avd</span></span><span style="color: #ff0000;"><span style="font-family: 宋体;">）</span></span></span></p>
<p><span style="font-family: 宋体;"><span style="color: #000000;"><span style="font-family: Times New Roman;">7</span><span style="font-family: 宋体;">、安装完毕。</span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eood.cn/windows%e5%b9%b3%e5%8f%b0android%e5%bc%80%e5%8f%91%e7%8e%af%e5%a2%83%e6%90%ad%e5%bb%ba-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: android软件读写配置文件</title>
		<link>http://blog.eood.cn/android%e8%bd%af%e4%bb%b6%e8%af%bb%e5%86%99%e9%85%8d%e7%bd%ae%e6%96%87%e4%bb%b6-2</link>
		<comments>http://blog.eood.cn/android%e8%bd%af%e4%bb%b6%e8%af%bb%e5%86%99%e9%85%8d%e7%bd%ae%e6%96%87%e4%bb%b6-2#comments</comments>
		<pubDate>Thu, 01 Oct 2009 08:29:18 +0000</pubDate>
		<dc:creator>Bruce Dou</dc:creator>
				<category><![CDATA[Mobile Coding]]></category>

		<guid isPermaLink="false">http://blog.eood.cn/articles/322</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://blog.eood.cn/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-322">Password:<br />
<input name="post_password" id="pwbox-322" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://blog.eood.cn/android%e8%bd%af%e4%bb%b6%e8%af%bb%e5%86%99%e9%85%8d%e7%bd%ae%e6%96%87%e4%bb%b6-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>android开发网址</title>
		<link>http://blog.eood.cn/android%e5%bc%80%e5%8f%91%e7%bd%91%e5%9d%80-2</link>
		<comments>http://blog.eood.cn/android%e5%bc%80%e5%8f%91%e7%bd%91%e5%9d%80-2#comments</comments>
		<pubDate>Thu, 01 Oct 2009 08:24:46 +0000</pubDate>
		<dc:creator>Bruce Dou</dc:creator>
				<category><![CDATA[Mobile Coding]]></category>

		<guid isPermaLink="false">http://blog.eood.cn/articles/321</guid>
		<description><![CDATA[http://www.anddev.org http://www.jollen.org/blog/ http://groups.google.com/group/android-developers http://www.droidnova.com/ http://androidcommunity.com/]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.anddev.org">http://www.anddev.org</a></p>
<p><a href="http://www.jollen.org/blog/">http://www.jollen.org/blog/</a></p>
<p><a href="http://groups.google.com/group/android-developers">http://groups.google.com/group/android-developers</a></p>
<p><a href="http://www.droidnova.com/">http://www.droidnova.com/</a></p>
<p><a href="http://androidcommunity.com/forums/androidmarket_view.php?catid=4&amp;linkid=300">http://androidcommunity.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eood.cn/android%e5%bc%80%e5%8f%91%e7%bd%91%e5%9d%80-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.160 seconds. -->
<!-- File not cached! Super Cache Couldn't write to: wp-content/cache/wp-cache-d193aee759373c5464296f75e3d50218.html -->

