> For months now, I have been having problems in which dx by SDK 1.5 (r1
> or r2) fails to convert with error 2 on a set of .class files that dx
> by SDK 1.1 succeeds in converting.  It has been pointed out that the
> Dalvik converter shouldn't be any different between the 1.1 and 1.5
> SDKs.  Nevertheless, my problem stands, and I have no idea how to fix
> it because the converter doesn't output very useful error messages.

Try adding --debug to your command line.

> The following dx transcripts are, admittedly, a little laborious.  The
> important thing to note is that they are identical for both versions
> down to the line "processing ././resources.ap_...", which is
> apparently one of the last steps in the process.  Thereafter, 1.1
> succeeds and 1.5 fails.

If you add --debug, dx should dump the exception that caused the failure
message to "DxConsole.err", which I hope in your case is stderr, so you
see it on your console.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android App Developer Books: http://commonsware.com/books.html



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to