<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to obfuscate an Android application</title>
	<atom:link href="http://just2us.com/2009/07/tutorial-obfuscate-an-android-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://just2us.com/2009/07/tutorial-obfuscate-an-android-application/</link>
	<description>Its about us</description>
	<lastBuildDate>Sat, 28 Aug 2010 20:58:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: aryan</title>
		<link>http://just2us.com/2009/07/tutorial-obfuscate-an-android-application/comment-page-1/#comment-916</link>
		<dc:creator>aryan</dc:creator>
		<pubDate>Sun, 01 Aug 2010 22:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://just2us.com/2009/07/tutorial-obfuscate-an-android-application/#comment-916</guid>
		<description>Can you provide some help, on build.xml?&lt;br&gt;I am getting an error on every target,&lt;br&gt;Target package-resources does not exist in this project?&lt;br&gt;what is target-resources?</description>
		<content:encoded><![CDATA[<p>Can you provide some help, on build.xml?<br />I am getting an error on every target,<br />Target package-resources does not exist in this project?<br />what is target-resources?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://just2us.com/2009/07/tutorial-obfuscate-an-android-application/comment-page-1/#comment-905</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Wed, 19 May 2010 08:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://just2us.com/2009/07/tutorial-obfuscate-an-android-application/#comment-905</guid>
		<description>Quick note on your build.xml...the sdk-location in the android.antlibs definition should be either sdk-folder or sdk.dir...&lt;br&gt;&lt;br&gt;Thanks for writing this up...</description>
		<content:encoded><![CDATA[<p>Quick note on your build.xml&#8230;the sdk-location in the android.antlibs definition should be either sdk-folder or sdk.dir&#8230;</p>
<p>Thanks for writing this up&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urboss</title>
		<link>http://just2us.com/2009/07/tutorial-obfuscate-an-android-application/comment-page-1/#comment-557</link>
		<dc:creator>Urboss</dc:creator>
		<pubDate>Mon, 31 Aug 2009 13:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://just2us.com/2009/07/tutorial-obfuscate-an-android-application/#comment-557</guid>
		<description>Where should I find the target package-resources? It is on the dependency list of the target release-obf but missing in the file.</description>
		<content:encoded><![CDATA[<p>Where should I find the target package-resources? It is on the dependency list of the target release-obf but missing in the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eclipse obfuscation plugin for android development on OSX &#8211; Afraha ! The Next Big Thing!</title>
		<link>http://just2us.com/2009/07/tutorial-obfuscate-an-android-application/comment-page-1/#comment-75</link>
		<dc:creator>eclipse obfuscation plugin for android development on OSX &#8211; Afraha ! The Next Big Thing!</dc:creator>
		<pubDate>Tue, 21 Jul 2009 17:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://just2us.com/2009/07/tutorial-obfuscate-an-android-application/#comment-75</guid>
		<description>[...] the ant script way with help from the other posts. I have written a blog post on how i did it in http://just2us.com/2009/07/tutorial-obfuscate-an-android-application/ [...]</description>
		<content:encoded><![CDATA[<p>[...] the ant script way with help from the other posts. I have written a blog post on how i did it in <a href="http://just2us.com/2009/07/tutorial-obfuscate-an-android-application/" rel="nofollow">http://just2us.com/2009/07/tutorial-obfuscate-an-android-application/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samwize</title>
		<link>http://just2us.com/2009/07/tutorial-obfuscate-an-android-application/comment-page-1/#comment-71</link>
		<dc:creator>samwize</dc:creator>
		<pubDate>Tue, 21 Jul 2009 06:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://just2us.com/2009/07/tutorial-obfuscate-an-android-application/#comment-71</guid>
		<description>&quot;Everybody at some point thinks they need to obfuscate their code, but in almost all cases, it&#039;s simply not true. It won&#039;t stop people pirating your software, it won&#039;t actually stop people reverse-engineering your code, it&#039;ll only make it more difficult, and, biggest of all, it won&#039;t stop people nicking your ideas. Unless you&#039;ve got some extremely sexy, spanking new algorithms or something, it&#039;s not worth the bother. Even then, legal protection is more important than technically prohibiting the reverse-engineering.&quot; 

- georgemc
http://forums.sun.com/thread.jspa?threadID=5339989</description>
		<content:encoded><![CDATA[<p>&#8220;Everybody at some point thinks they need to obfuscate their code, but in almost all cases, it&#8217;s simply not true. It won&#8217;t stop people pirating your software, it won&#8217;t actually stop people reverse-engineering your code, it&#8217;ll only make it more difficult, and, biggest of all, it won&#8217;t stop people nicking your ideas. Unless you&#8217;ve got some extremely sexy, spanking new algorithms or something, it&#8217;s not worth the bother. Even then, legal protection is more important than technically prohibiting the reverse-engineering.&#8221; </p>
<p>- georgemc<br />
<a href="http://forums.sun.com/thread.jspa?threadID=5339989" rel="nofollow">http://forums.sun.com/thread.jspa?threadID=5339989</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
