<?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>bobpeers -&#62; blog &#187; eclipse</title>
	<atom:link href="http://blog.bobpeers.com/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bobpeers.com</link>
	<description>Better late than never</description>
	<lastBuildDate>Fri, 24 Jun 2011 12:34:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Problems Updating the Android SDK with Eclipse</title>
		<link>http://blog.bobpeers.com/2010/05/21/problems-updating-the-android-sdk-with-eclipse/</link>
		<comments>http://blog.bobpeers.com/2010/05/21/problems-updating-the-android-sdk-with-eclipse/#comments</comments>
		<pubDate>Fri, 21 May 2010 08:42:42 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[mobile computing]]></category>
		<category><![CDATA[avd]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/?p=242</guid>
		<description><![CDATA[I&#8217;ve recently had this error when trying to update the AVD within Eclipse. Failed to fetch URL http://dl-ssl.google.com/android/repository/repository.xml, reason: Server redirected too many times (20) There&#8217;s also a bug report with the same issue, http://code.google.com/p/android/issues/detail?id=5944. It turns out that AVD was caching my proxy settings from when I connected from work, the only way I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently had this error when trying to update the AVD within Eclipse.</p>
<p><b>Failed to fetch URL http://dl-ssl.google.com/android/repository/repository.xml, reason: Server redirected too many  times (20)</b></p>
<p>There&#8217;s also a bug report with the same issue, <a href="http://code.google.com/p/android/issues/detail?id=5944">http://code.google.com/p/android/issues/detail?id=5944</a>.</p>
<p>It turns out that AVD was caching my proxy settings from when I connected from work, the only way I could see to remove them was to open the file called androidtool.cfg which on Windows XP is located at C:\Documents and Settings\USER\.android\.</p>
<p>Simply edit the lines referring to proxy settings to remove the port and server address.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F05%2F21%2Fproblems-updating-the-android-sdk-with-eclipse%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F05%2F21%2Fproblems-updating-the-android-sdk-with-eclipse%2F&amp;count=none&amp;text=Problems%20Updating%20the%20Android%20SDK%20with%20Eclipse" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F05%2F21%2Fproblems-updating-the-android-sdk-with-eclipse%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F05%2F21%2Fproblems-updating-the-android-sdk-with-eclipse%2F&amp;count=none&amp;text=Problems%20Updating%20the%20Android%20SDK%20with%20Eclipse" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F05%2F21%2Fproblems-updating-the-android-sdk-with-eclipse%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F05%2F21%2Fproblems-updating-the-android-sdk-with-eclipse%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F05%2F21%2Fproblems-updating-the-android-sdk-with-eclipse%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F05%2F21%2Fproblems-updating-the-android-sdk-with-eclipse%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F05%2F21%2Fproblems-updating-the-android-sdk-with-eclipse%2F&amp;linkname=Problems%20Updating%20the%20Android%20SDK%20with%20Eclipse" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F05%2F21%2Fproblems-updating-the-android-sdk-with-eclipse%2F&amp;linkname=Problems%20Updating%20the%20Android%20SDK%20with%20Eclipse" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F05%2F21%2Fproblems-updating-the-android-sdk-with-eclipse%2F&amp;linkname=Problems%20Updating%20the%20Android%20SDK%20with%20Eclipse" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F05%2F21%2Fproblems-updating-the-android-sdk-with-eclipse%2F&amp;linkname=Problems%20Updating%20the%20Android%20SDK%20with%20Eclipse" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F05%2F21%2Fproblems-updating-the-android-sdk-with-eclipse%2F&amp;linkname=Problems%20Updating%20the%20Android%20SDK%20with%20Eclipse" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F05%2F21%2Fproblems-updating-the-android-sdk-with-eclipse%2F&amp;linkname=Problems%20Updating%20the%20Android%20SDK%20with%20Eclipse" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F05%2F21%2Fproblems-updating-the-android-sdk-with-eclipse%2F&amp;linkname=Problems%20Updating%20the%20Android%20SDK%20with%20Eclipse" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F05%2F21%2Fproblems-updating-the-android-sdk-with-eclipse%2F&amp;linkname=Problems%20Updating%20the%20Android%20SDK%20with%20Eclipse" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F05%2F21%2Fproblems-updating-the-android-sdk-with-eclipse%2F&amp;title=Problems%20Updating%20the%20Android%20SDK%20with%20Eclipse" id="wpa2a_2"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2010/05/21/problems-updating-the-android-sdk-with-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Development tools on Windows vs Linux</title>
		<link>http://blog.bobpeers.com/2008/03/12/development-tools-on-windows-vs-linux/</link>
		<comments>http://blog.bobpeers.com/2008/03/12/development-tools-on-windows-vs-linux/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 21:33:30 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2008/03/12/development-tools-on-windows-vs-linux/</guid>
		<description><![CDATA[As far as desktop systems go, for email, internet and basic office functionality, there&#8217;s no denying that Windows rules the roost. I would argue that Linux is actually not difficult to set up and use, it&#8217;s just different and probably has a perception problem, but therein lies the problem. But from a developers point of [...]]]></description>
			<content:encoded><![CDATA[<p>As far as desktop systems go, for email, internet and basic office functionality, there&#8217;s no denying that Windows rules the roost. I would argue that Linux is actually not difficult to set up and use, it&#8217;s just different and probably has a perception problem, but therein lies the problem.</p>
<p>But from a developers point of view using Linux as the platform has many advantages over Windows. Try writing a simple &#8220;Hello world&#8221; program in C or C++ on a fresh Windows install an then compile and run it. You can&#8217;t.</p>
<p>Simply put, most Linux distributions come with compilers (<a href="http://gcc.gnu.org/" title="GCC, the GNU Compiler Collection">gcc</a> in this case) installed out of the box and many more are available with an &#8216;apt-get&#8217; or &#8216;yum install&#8217; command. You don&#8217;t even have to do this from the command line these days as most distributions have friendly graphical install programs that put anything Windows has to shame.</p>
<p>Want Python or <a href="http://www.perl.com/" title=" Perl.com ">Perl</a>, <a href="http://www.apache.org/" title="Apache Software Foundation Site">Apache</a> or <a href="http://www.mysql.com/" title="MySQL site">MySQL</a> again it&#8217;s a few clicks away along with hundreds (thousands?) of other tools. Plus once they&#8217;re installed the OS takes care of notifying you (and optionally installing) any updates so you&#8217;ll never be left with 3 year old, unpatched software on your computer.</p>
<p>The last time I checked my Windows install I had many applications that were way out of date but the effort required to check up and manually update each one individually was just too much effort.</p>
<p>On a related note I have been using <a href="http://www.eclipse.org/" title="Eclipse.org homepage">Eclipse</a> as my <a href="http://en.wikipedia.org/wiki/Integrated_development_environment" title="Wikipedia page on IDE">IDE</a> of choice, mainly because of it&#8217;s support of both Python and C++ using the <a href="http://pydev.sourceforge.net/" title="Python Development Environment">Pydev</a> and <a href="http://www.eclipse.org/cdt/" title="Eclipse C/C++ Development Tooling - CDT">CDT</a> modules. So I thought I&#8217;d give it a try on Windows.</p>
<p>After downloading and installing Python then <a href="http://www.rose-hulman.edu/Class/csse/resources/Eclipse/eclipse-python-configuration.htm" title="Pydev install instructions">installing the Pydev module</a>, getting Python to work was not too difficult. Next came C++ support, it involves installing MinGW following the <a href="http://www.mingw.org/download.shtml" title="MinGW download page">instructions on download page</a>, then configuring Eclipse using <a href="http://www.codeproject.com/KB/tips/CPP_Dev_eclipse_CDT.aspx" title="C++ Development using eclipse IDE– Starters guide">these instructions</a>.</p>
<p>If you&#8217;re very lucky it will all work first time, but don&#8217;t count on it. And god help you if you decide to update any packages at a later date.</p>
<p>Compared to all this the development tools on Linux are a breeze. Linux may or may not be ready for the desktop for the average user (if there is such a person) but when it comes to the power user or developer it&#8217;s already ahead in my books.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F03%2F12%2Fdevelopment-tools-on-windows-vs-linux%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F03%2F12%2Fdevelopment-tools-on-windows-vs-linux%2F&amp;count=none&amp;text=Development%20tools%20on%20Windows%20vs%20Linux" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F03%2F12%2Fdevelopment-tools-on-windows-vs-linux%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F03%2F12%2Fdevelopment-tools-on-windows-vs-linux%2F&amp;count=none&amp;text=Development%20tools%20on%20Windows%20vs%20Linux" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F03%2F12%2Fdevelopment-tools-on-windows-vs-linux%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F03%2F12%2Fdevelopment-tools-on-windows-vs-linux%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F03%2F12%2Fdevelopment-tools-on-windows-vs-linux%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F03%2F12%2Fdevelopment-tools-on-windows-vs-linux%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F03%2F12%2Fdevelopment-tools-on-windows-vs-linux%2F&amp;linkname=Development%20tools%20on%20Windows%20vs%20Linux" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F03%2F12%2Fdevelopment-tools-on-windows-vs-linux%2F&amp;linkname=Development%20tools%20on%20Windows%20vs%20Linux" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F03%2F12%2Fdevelopment-tools-on-windows-vs-linux%2F&amp;linkname=Development%20tools%20on%20Windows%20vs%20Linux" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F03%2F12%2Fdevelopment-tools-on-windows-vs-linux%2F&amp;linkname=Development%20tools%20on%20Windows%20vs%20Linux" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F03%2F12%2Fdevelopment-tools-on-windows-vs-linux%2F&amp;linkname=Development%20tools%20on%20Windows%20vs%20Linux" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F03%2F12%2Fdevelopment-tools-on-windows-vs-linux%2F&amp;linkname=Development%20tools%20on%20Windows%20vs%20Linux" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F03%2F12%2Fdevelopment-tools-on-windows-vs-linux%2F&amp;linkname=Development%20tools%20on%20Windows%20vs%20Linux" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F03%2F12%2Fdevelopment-tools-on-windows-vs-linux%2F&amp;linkname=Development%20tools%20on%20Windows%20vs%20Linux" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F03%2F12%2Fdevelopment-tools-on-windows-vs-linux%2F&amp;title=Development%20tools%20on%20Windows%20vs%20Linux" id="wpa2a_4"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2008/03/12/development-tools-on-windows-vs-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

