<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Heck's  Blog]]></title> 
<link>https://www.heckjj.com/index.php</link> 
<description><![CDATA[一瞬间的决定，往往可以改变很多，事实上，让自己成功的往往不是知识，是精神！ 如果你总是为自己找借口，那只好让成功推迟。执行力，今天！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Heck's  Blog]]></copyright>
<item>
<link>https://www.heckjj.com/android-fast-to-dev-eight-tools/</link>
<title><![CDATA[方便Android快捷开发的8个好工具]]></title> 
<author>Heck &lt;@hecks.tk&gt;</author>
<category><![CDATA[编程杂谈]]></category>
<pubDate>Sun, 04 Mar 2012 16:06:32 +0000</pubDate> 
<guid>https://www.heckjj.com/android-fast-to-dev-eight-tools/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="font-family: 微软雅黑;">Android是第二个最流行的用于 智能手机和平板电脑 的操作系统。这里有8个最好的 Android工具以许多不同的方式 帮助开发人员 ，例如 - SDK和AVD管理器，android ADT，android DDMS等等，每个工具表现其独特和不同的质量，使它非常有用于开发。如今，Android的开发一天一天地增长，在新的移动开发中变得越来越流行。<br/><br/>　　互联网上提供一些工具，可帮助开发人员轻松的Android开发。在这些工具的帮助下，开发人员可以更方便，快捷的方式开发应用程序。<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.heckjj.com/attachment.php?fid=114" target="_blank"><img src="https://www.heckjj.com/attachment.php?fid=114" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>　　现在，Android操作系统每天得到更多的普及和喜爱，智能手机和平板电脑都在大规模使用此操作系统。<br/><br/>　　所以今天我们汇编了最好的Android开发工具给开发者，通过它们可以使他们的开发快速和容易的。访问这个列表，并分享你的思想，在我们的评论部分。</span><span style="font-family: 微软雅黑;"><br/><br/>　　1）SDK和AVD Manager<br/><br/>　　在你的Android SDK里新增和更新的组件是快速和容易的。要添加或更新个人SDK组件，你需要使用的Android SDK和AVD管理（包括在SDK工具）。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.heckjj.com/attachment.php?fid=115" target="_blank"><img src="https://www.heckjj.com/attachment.php?fid=115" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a> <br/><br/>　　2）Android ADT<br/><br/>　　Android开发工具（ADT）是一个用于Eclipse IDE的插件，旨在给你一个强大的，集成的环境中构建Android应用程序<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.heckjj.com/attachment.php?fid=116" target="_blank"><img src="https://www.heckjj.com/attachment.php?fid=116" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>　　3）Android DDMS<br/><br/>　　Android附带了一个调试工具称为的Dalvik调试监视器服务器（DDMS的），它提供了端口转发服务，设备上的屏幕捕获，线程堆和设备上的信息，logcat，进程，radio状态信息，来电和短信欺骗，位置数据欺骗，等等。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.heckjj.com/attachment.php?fid=117" target="_blank"><img src="https://www.heckjj.com/attachment.php?fid=117" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>　　4）Logcat<br/><br/>　　Android日志系统提供了一个收集和查看系统调试输出机制。从各种应用程序和系统的部分日志收集了一系列的循环缓冲区，然后logcat命令可以查看和过滤。你可以使用通过ADB shell使用logcat查看日志消息。<br/><br/>　　5)Hierarchy Viewer<br/><br/>　　层次Viewer允许你调试和优化您的用户界面。它提供了一个布局的视图层次结构（布局视图）的视觉表现和放大的显示检查员（像素完美查看）。<br/> <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="https://www.heckjj.com/attachment.php?fid=118" target="_blank"><img src="https://www.heckjj.com/attachment.php?fid=118" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>　　6)Zipalign<br/><br/>　　zipalign是归档对齐工具，它对Android应用程序（APK）文件提供了重要的优化。其目的是为了确保所有的未压缩数据开始于特定的文件开始部分。具体来说，它引起apk内所有未压缩的数据，如图像或原始文件，要在4字节边界对齐。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.heckjj.com/attachment.php?fid=119" target="_blank"><img src="https://www.heckjj.com/attachment.php?fid=119" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>　　7）Emulator<br/><br/>　　Android SDK中包括移动设备模拟器 - 一个虚拟的移动设备，在您的计算机上运行。模拟器可以让你无需使用物理设备开发和测试的Android应用程序。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.heckjj.com/attachment.php?fid=120" target="_blank"><img src="https://www.heckjj.com/attachment.php?fid=120" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>　　8）Android Debug Bridge<br/><br/>　　Android调试桥（ADB）是一种多用途的命令行工具，可以让你在一个模拟器实例或连接Android的供电设备进行通信。<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.heckjj.com/attachment.php?fid=121" target="_blank"><img src="https://www.heckjj.com/attachment.php?fid=121" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a></span><br/>Tags - <a href="https://www.heckjj.com/tags/android/" rel="tag">android</a> , <a href="https://www.heckjj.com/tags/%25E5%25BC%2580%25E5%258F%2591%25E5%25B7%25A5%25E5%2585%25B7/" rel="tag">开发工具</a>
]]>
</description>
</item><item>
<link>https://www.heckjj.com/android-fast-to-dev-eight-tools/#blogcomment</link>
<title><![CDATA[[评论] 方便Android快捷开发的8个好工具]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.heckjj.com/android-fast-to-dev-eight-tools/#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>