<?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 &#8211; use dx to convert a &#8220;.jar&#8221; file to a &#8220;.dex&#8221; file</title>
	<atom:link href="http://www.winksaville.com/blog/uncategorized/android-use-dx-to-convert-a-jar-file-to-a-dex-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.winksaville.com/blog/uncategorized/android-use-dx-to-convert-a-jar-file-to-a-dex-file/</link>
	<description>My personal notes</description>
	<lastBuildDate>Sun, 08 Aug 2010 05:03:14 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sajjad</title>
		<link>http://www.winksaville.com/blog/uncategorized/android-use-dx-to-convert-a-jar-file-to-a-dex-file/comment-page-1/#comment-40</link>
		<dc:creator>sajjad</dc:creator>
		<pubDate>Sun, 11 Oct 2009 09:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/uncategorized/android-use-dx-to-convert-a-jar-file-to-a-dex-file/#comment-40</guid>
		<description>Hi. I cant convert my .class files to .dx file. I dont undrestant dx --help it is very Confusing= 
&quot; dx --dex [--debug] [--verbose] [--positions=] [--no-locals]
 [--no-optimize] [--statistics] [--[no-]optimize-list=] [--no-strict]
 [--keep-classes] [--output=] [--dump-to=] [--dump-width=]
 [--dump-method=[*]] [--verbose-dump] [--no-files] [--core-library]
 [.class &#124; .{zip,jar,apk} &#124; ] ...
   Convert a set of classfiles into a dex file, optionally embedded in a
   jar/zip. Output name must end with one of: .dex .jar .zip .apk. Positions
   options: none, important, lines.
&quot;
what&#039;s  &quot;debug&quot; &quot;verbose&quot;...what I Write Instead?

I write your command line in cmd : 
dx --dex --output=classes.dex --locals=full --positions=lines jsdt.jar

but it says : unknown option: --locals=full

and again i tried to this cmd : dx --verbose-dump --dex --dump-to=myclass.dump MainApplet.class
but says java.lang.RuntimeException: MainApplet.class: file not found 
While there

Are you can explain about the detailes parameters that I know how to use dx?

thanks</description>
		<content:encoded><![CDATA[<p>Hi. I cant convert my .class files to .dx file. I dont undrestant dx &#8211;help it is very Confusing=<br />
&#8221; dx &#8211;dex [--debug] [--verbose] [--positions=] [--no-locals]<br />
 [--no-optimize] [--statistics] [--[no-]optimize-list=] [--no-strict]<br />
 [--keep-classes] [--output=] [--dump-to=] [--dump-width=]<br />
 [--dump-method=[*]] [--verbose-dump] [--no-files] [--core-library]<br />
 [.class | .{zip,jar,apk} | ] &#8230;<br />
   Convert a set of classfiles into a dex file, optionally embedded in a<br />
   jar/zip. Output name must end with one of: .dex .jar .zip .apk. Positions<br />
   options: none, important, lines.<br />
&#8221;<br />
what&#8217;s  &#8220;debug&#8221; &#8220;verbose&#8221;&#8230;what I Write Instead?</p>
<p>I write your command line in cmd :<br />
dx &#8211;dex &#8211;output=classes.dex &#8211;locals=full &#8211;positions=lines jsdt.jar</p>
<p>but it says : unknown option: &#8211;locals=full</p>
<p>and again i tried to this cmd : dx &#8211;verbose-dump &#8211;dex &#8211;dump-to=myclass.dump MainApplet.class<br />
but says java.lang.RuntimeException: MainApplet.class: file not found<br />
While there</p>
<p>Are you can explain about the detailes parameters that I know how to use dx?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
