Following up:

b...@gizmo:~$ javac -version
javac 1.6.0_12

This on the problem machine.  For the machine that is working fine
(dex not complaining):

b...@flipper:~$ javac -version
javac 1.6.0_07

But as indicated earlier, they produce apparently identical class
files:

b...@gizmo:~/android/Apprise/bin/classes/net/from/apprise$ sum *
10609     1 Apprise$APBR.class
13164     3 Apprise.class
38798     1 R$attr.class
32369     1 R.class
51563     1 R$layout.class
58496     1 R$string.class

vs.

b...@flipper:~/android/Apprise/bin/classes/net/from/apprise$ sum *
10609     1 Apprise$APBR.class
13164     3 Apprise.class
38798     1 R$attr.class
32369     1 R.class
51563     1 R$layout.class
58496     1 R$string.class



On Mar 30, 8:18 am, BeWillDir <[email protected]> wrote:
> Good question, and I'll get back to you precisely on that shortly (but
> I do know it is a Sun JDK), but please note that all the class files
> are identical in size to those on the system where dx works OK, and at
> least one has a matching (sum) checksum.  So I suspect they are all
> identical.
>
> Beyond this immediate problem, I seek to understand better what dx is
> trying to tell me in some depth.  I'm also seeking a source of more
> info on dx beyond the usage info emitted by the command -- like a man
> page, or better, some comprehensive writeup.  Any pointers on this?
>
> On Mar 30, 8:04 am, David Turner <[email protected]> wrote:
>
> > Which exact JDK are you using ? I believe some JDKs create class files that
> > are not supported by dex yet
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to