<?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: Android and Proguard, the shrink recipe</title>
	<atom:link href="http://blog.javia.org/android-and-proguard-the-perfect-pair/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.javia.org/android-and-proguard-the-perfect-pair/</link>
	<description>Android apps</description>
	<lastBuildDate>Fri, 11 Nov 2011 12:16:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: ydant</title>
		<link>http://blog.javia.org/android-and-proguard-the-perfect-pair/comment-page-1/#comment-8269</link>
		<dc:creator>ydant</dc:creator>
		<pubDate>Wed, 25 Aug 2010 02:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javia.org/?p=85#comment-8269</guid>
		<description>Follow logcat and it&#039;ll probably help point you out what is not working properly. In my case, it was event handler names defined in the XML (when obfuscated, Android can&#039;t find them), and the BroadcastReceiver and Application classes needing exclusions just like the Activity exclusion in the example proguard.txt.</description>
		<content:encoded><![CDATA[<p>Follow logcat and it&#8217;ll probably help point you out what is not working properly. In my case, it was event handler names defined in the XML (when obfuscated, Android can&#8217;t find them), and the BroadcastReceiver and Application classes needing exclusions just like the Activity exclusion in the example proguard.txt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Free android apps</title>
		<link>http://blog.javia.org/android-and-proguard-the-perfect-pair/comment-page-1/#comment-7865</link>
		<dc:creator>Free android apps</dc:creator>
		<pubDate>Thu, 12 Aug 2010 21:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javia.org/?p=85#comment-7865</guid>
		<description>I followed the installation process very clearly and yes, it installs perfectly but then, I got the same result with Akshay above. What do you think is lacking?</description>
		<content:encoded><![CDATA[<p>I followed the installation process very clearly and yes, it installs perfectly but then, I got the same result with Akshay above. What do you think is lacking?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.javia.org/android-and-proguard-the-perfect-pair/comment-page-1/#comment-7136</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 20 Jul 2010 15:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javia.org/?p=85#comment-7136</guid>
		<description>Hi there, I just posted a blog entry about how to integrate ProGuard with your Android build.

http://www.androidengineer.com/2010/07/optimizing-obfuscating-and-shrinking.html</description>
		<content:encoded><![CDATA[<p>Hi there, I just posted a blog entry about how to integrate ProGuard with your Android build.</p>
<p><a href="http://www.androidengineer.com/2010/07/optimizing-obfuscating-and-shrinking.html" rel="nofollow">http://www.androidengineer.com/2010/07/optimizing-obfuscating-and-shrinking.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akshay Dashrath</title>
		<link>http://blog.javia.org/android-and-proguard-the-perfect-pair/comment-page-1/#comment-1089</link>
		<dc:creator>Akshay Dashrath</dc:creator>
		<pubDate>Sun, 22 Nov 2009 08:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javia.org/?p=85#comment-1089</guid>
		<description>Every time I strip the program of the unnecessary classes it does&#039;nt seem to run, It installs fine but eventually I get a force close error :(.</description>
		<content:encoded><![CDATA[<p>Every time I strip the program of the unnecessary classes it does&#8217;nt seem to run, It installs fine but eventually I get a force close error <img src='http://blog.javia.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Preda</title>
		<link>http://blog.javia.org/android-and-proguard-the-perfect-pair/comment-page-1/#comment-1012</link>
		<dc:creator>Mihai Preda</dc:creator>
		<pubDate>Thu, 19 Nov 2009 17:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javia.org/?p=85#comment-1012</guid>
		<description>Yes, that&#039;s where the compiled .class files are. Look at the previous line, &quot;javac -d bin/classes&quot;, that&#039;s who put them there.</description>
		<content:encoded><![CDATA[<p>Yes, that&#8217;s where the compiled .class files are. Look at the previous line, &#8220;javac -d bin/classes&#8221;, that&#8217;s who put them there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akshay Dashrath</title>
		<link>http://blog.javia.org/android-and-proguard-the-perfect-pair/comment-page-1/#comment-952</link>
		<dc:creator>Akshay Dashrath</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javia.org/?p=85#comment-952</guid>
		<description>Hey,

I&#039;m working on performance profiling of scala application on Android and was trying to get proguard to strip my scala application of unnecessary classes. However I&#039;m using eclipse in order to compile my code etc. and was having a spot of trouble following your instructions in using pro guard to strip the unnecessary classes. In your command

 java -jar $PROGUARD -injars $LIBS:bin/classes -outjar bin/obfuscated.jar -libraryjars $AJAR @proguard.txt

I&#039;m a bit lost with the $LIBS:bin/classes , is the :bin/classes the folder where your compiled .class files exist?</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I&#8217;m working on performance profiling of scala application on Android and was trying to get proguard to strip my scala application of unnecessary classes. However I&#8217;m using eclipse in order to compile my code etc. and was having a spot of trouble following your instructions in using pro guard to strip the unnecessary classes. In your command</p>
<p> java -jar $PROGUARD -injars $LIBS:bin/classes -outjar bin/obfuscated.jar -libraryjars $AJAR @proguard.txt</p>
<p>I&#8217;m a bit lost with the $LIBS:bin/classes , is the :bin/classes the folder where your compiled .class files exist?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Android Proguard with useful stack-traces</title>
		<link>http://blog.javia.org/android-and-proguard-the-perfect-pair/comment-page-1/#comment-253</link>
		<dc:creator>Android Proguard with useful stack-traces</dc:creator>
		<pubDate>Fri, 23 Oct 2009 10:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javia.org/?p=85#comment-253</guid>
		<description>[...] I said in my previous post about using Proguard with Android apps, the only drawback of Proguard is that the stack-traces (following an application crash) become [...]</description>
		<content:encoded><![CDATA[<p>[...] I said in my previous post about using Proguard with Android apps, the only drawback of Proguard is that the stack-traces (following an application crash) become [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

