I've read that Android apps use Java syntax, and not Java per se, presumably because of the Davlik VM. I'm a Java noob, so I may not be making sense here, but don't different versions of Java support different things - for example, generics in v5, and annotations in v6? If you're using Eclipse and Java, won't it always be whatever is supported in the latest version of Java? Isn't there a chance that when a new version of Java comes out you'll be able to compile apps successfully, but which will fail on an Android machine because the VM won't know how to interpret the bytecode?
-- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

