<?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>Droid Sector &#187; SDK</title>
	<atom:link href="http://www.droidsector.com/blog/tag/sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.droidsector.com/blog</link>
	<description>Android news, applications and devices</description>
	<lastBuildDate>Fri, 03 Sep 2010 19:13:29 +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>Easy way to install apk files using Android SDK for Mac</title>
		<link>http://www.droidsector.com/blog/2010/06/23/easy-way-to-install-apk-files-using-android-sdk-for-mac/</link>
		<comments>http://www.droidsector.com/blog/2010/06/23/easy-way-to-install-apk-files-using-android-sdk-for-mac/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 22:35:53 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://www.droidsector.com/blog/?p=694</guid>
		<description><![CDATA[Let&#8217;s create a simple Automator app to make installing apk files a little easier. Download the Android SDK for Mac and extract to Android folder in your home directory. Launch Automator and create a new application. Add action &#8220;Run Shell Script&#8221; with sh shell. Paste this command: ~/Android/android-sdk-mac/tools/adb install -r &#8220;$1&#8243; Add another two actions [...]


Related posts:<ol><li><a href='http://www.droidsector.com/blog/2009/12/31/android-development-with-eclipse/' rel='bookmark' title='Permanent Link: Android Development with Eclipse'>Android Development with Eclipse</a></li>
<li><a href='http://www.droidsector.com/blog/2009/12/20/sony-ericsson-xperia-x10-add-on-for-android-sdk/' rel='bookmark' title='Permanent Link: Sony Ericsson XPERIA X10 add-on for Android SDK'>Sony Ericsson XPERIA X10 add-on for Android SDK</a></li>
<li><a href='http://www.droidsector.com/blog/2010/05/21/how-to-emulate-a-tablet-in-android-sdk-2-2/' rel='bookmark' title='Permanent Link: How to emulate a tablet in Android SDK 2.2'>How to emulate a tablet in Android SDK 2.2</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s create a simple Automator app to make installing apk files a little easier.</p>
<ul>
<li> Download the <a href="http://developer.android.com/sdk/index.html">Android SDK for Mac</a> and extract to Android folder in your home directory.</li>
<li>Launch Automator and create a new application.</li>
<li>Add action &#8220;<strong>Run Shell Script</strong>&#8221; with <strong>sh</strong> shell.</li>
<li>Paste this command: <strong>~/Android/android-sdk-mac/tools/adb install -r &#8220;$1&#8243;</strong></li>
<li>Add another two actions shown below if you want a feedback from the script.<img class="alignnone size-full wp-image-695" style="margin-top: 10px; margin-bottom: 10px;" title="automator" src="http://www.droidsector.com/blog/wp-content/uploads/2010/06/automator.png" alt="" width="543" height="549" /></li>
<li>Save application to the Applications folder.</li>
<li>Associate apk files with your new application.</li>
</ul>
<p>Now you can install Android apps by double clicking on apk files.</p>


<p>Related posts:<ol><li><a href='http://www.droidsector.com/blog/2009/12/31/android-development-with-eclipse/' rel='bookmark' title='Permanent Link: Android Development with Eclipse'>Android Development with Eclipse</a></li>
<li><a href='http://www.droidsector.com/blog/2009/12/20/sony-ericsson-xperia-x10-add-on-for-android-sdk/' rel='bookmark' title='Permanent Link: Sony Ericsson XPERIA X10 add-on for Android SDK'>Sony Ericsson XPERIA X10 add-on for Android SDK</a></li>
<li><a href='http://www.droidsector.com/blog/2010/05/21/how-to-emulate-a-tablet-in-android-sdk-2-2/' rel='bookmark' title='Permanent Link: How to emulate a tablet in Android SDK 2.2'>How to emulate a tablet in Android SDK 2.2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.droidsector.com/blog/2010/06/23/easy-way-to-install-apk-files-using-android-sdk-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to emulate a tablet in Android SDK 2.2</title>
		<link>http://www.droidsector.com/blog/2010/05/21/how-to-emulate-a-tablet-in-android-sdk-2-2/</link>
		<comments>http://www.droidsector.com/blog/2010/05/21/how-to-emulate-a-tablet-in-android-sdk-2-2/#comments</comments>
		<pubDate>Fri, 21 May 2010 01:16:03 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Tablet]]></category>

		<guid isPermaLink="false">http://www.droidsector.com/blog/?p=604</guid>
		<description><![CDATA[Latest SDK now allows developers to create and run virtual devices with tablet-size screen. Just create a new device and set size to 1024&#215;600 or bigger. Related posts:Android apps on tablet: what will they looks like? Sony Ericsson XPERIA X10 add-on for Android SDK ICD Ultra: 7-inch Android tablet


Related posts:<ol><li><a href='http://www.droidsector.com/blog/2010/04/29/apps-on-android-tablet/' rel='bookmark' title='Permanent Link: Android apps on tablet: what will they looks like?'>Android apps on tablet: what will they looks like?</a></li>
<li><a href='http://www.droidsector.com/blog/2009/12/20/sony-ericsson-xperia-x10-add-on-for-android-sdk/' rel='bookmark' title='Permanent Link: Sony Ericsson XPERIA X10 add-on for Android SDK'>Sony Ericsson XPERIA X10 add-on for Android SDK</a></li>
<li><a href='http://www.droidsector.com/blog/2009/12/22/icd-ultra-7-inch-android-tablet/' rel='bookmark' title='Permanent Link: ICD Ultra: 7-inch Android tablet'>ICD Ultra: 7-inch Android tablet</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Latest SDK now allows developers to create and run virtual devices with tablet-size screen. Just create a new device and set size to 1024&#215;600 or bigger.</p>
<p><a href="http://www.droidsector.com/blog/wp-content/uploads/2010/05/sdk-emulator.jpg"><img src="http://www.droidsector.com/blog/wp-content/uploads/2010/05/sdk-emulator-300x182.jpg" alt="" title="sdk-emulator" width="300" height="182" class="alignnone size-medium wp-image-607" /></a></p>


<p>Related posts:<ol><li><a href='http://www.droidsector.com/blog/2010/04/29/apps-on-android-tablet/' rel='bookmark' title='Permanent Link: Android apps on tablet: what will they looks like?'>Android apps on tablet: what will they looks like?</a></li>
<li><a href='http://www.droidsector.com/blog/2009/12/20/sony-ericsson-xperia-x10-add-on-for-android-sdk/' rel='bookmark' title='Permanent Link: Sony Ericsson XPERIA X10 add-on for Android SDK'>Sony Ericsson XPERIA X10 add-on for Android SDK</a></li>
<li><a href='http://www.droidsector.com/blog/2009/12/22/icd-ultra-7-inch-android-tablet/' rel='bookmark' title='Permanent Link: ICD Ultra: 7-inch Android tablet'>ICD Ultra: 7-inch Android tablet</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.droidsector.com/blog/2010/05/21/how-to-emulate-a-tablet-in-android-sdk-2-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Development with Eclipse</title>
		<link>http://www.droidsector.com/blog/2009/12/31/android-development-with-eclipse/</link>
		<comments>http://www.droidsector.com/blog/2009/12/31/android-development-with-eclipse/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 01:06:08 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://www.droidsector.com/blog/?p=111</guid>
		<description><![CDATA[If you are interested in writing Android apps, this tutorial is a great place to start: http://www.vogella.de/articles/Android/article.html More detailed guide about installing ADB/USB drivers in Windows: http://theunlockr.com/2009/10/06/how-to-set-up-adb-usb-drivers-for-android-devices/ On Mac, just add path to the SDK to file .bash_profile in your home folder. If you don&#8217;t have Path Finder or other file manager that shows hidden [...]


Related posts:<ol><li><a href='http://www.droidsector.com/blog/2009/12/20/sony-ericsson-xperia-x10-add-on-for-android-sdk/' rel='bookmark' title='Permanent Link: Sony Ericsson XPERIA X10 add-on for Android SDK'>Sony Ericsson XPERIA X10 add-on for Android SDK</a></li>
<li><a href='http://www.droidsector.com/blog/2009/12/22/sony-ericsson-did-it-wrong-again/' rel='bookmark' title='Permanent Link: Sony Ericsson did it wrong again'>Sony Ericsson did it wrong again</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you are interested in writing Android apps, this tutorial is a great place to start:<br />
<a href="http://www.vogella.de/articles/Android/article.html  ">http://www.vogella.de/articles/Android/article.html</a></p>
<p>More detailed guide about installing ADB/USB drivers in Windows:<br />
<a href="http://theunlockr.com/2009/10/06/how-to-set-up-adb-usb-drivers-for-android-devices/">http://theunlockr.com/2009/10/06/how-to-set-up-adb-usb-drivers-for-android-devices/</a></p>
<p>On Mac, just add path to the SDK to file .bash_profile in your home folder. If you don&#8217;t have Path Finder or other file manager that shows hidden files, here is a small guide:</p>
<ol>
<li>Extract SDK to your Documents folder, as example.</li>
<li>Open <strong>Terminal</strong> from Applications/Utilities.</li>
<li>In Terminal Type &#8220;<strong>ls -a</strong>&#8221; and see if there is a <strong>.bash_profile</strong> in your home folder.</li>
<li>If not, type:  <strong>touch .bash_profile </strong>to create this file.</li>
<li>Now type <strong>open -e .bash_profile</strong> to open it in TextEdit.</li>
<li>Add the following line: <strong>export PATH=${PATH}:~/Documents/android-sdk-mac/tools</strong></li>
</ol>


<p>Related posts:<ol><li><a href='http://www.droidsector.com/blog/2009/12/20/sony-ericsson-xperia-x10-add-on-for-android-sdk/' rel='bookmark' title='Permanent Link: Sony Ericsson XPERIA X10 add-on for Android SDK'>Sony Ericsson XPERIA X10 add-on for Android SDK</a></li>
<li><a href='http://www.droidsector.com/blog/2009/12/22/sony-ericsson-did-it-wrong-again/' rel='bookmark' title='Permanent Link: Sony Ericsson did it wrong again'>Sony Ericsson did it wrong again</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.droidsector.com/blog/2009/12/31/android-development-with-eclipse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
