As Android does not currently support java7, I find myself wondering if they have made an official comment if they are working on supporting it?

link|improve this question

Get more information here at this thread. [Android & Java7][1] [1]: stackoverflow.com/questions/7153989/… – coder_For_Life22 Dec 16 '11 at 13:59
1  
It does not really answer the question, they just try to work around the limitation. – LadaRaider Dec 16 '11 at 14:07
7  
I don't think you can expect an 'official' statement from either side whilst Oracle and Google are locked in a lawsuit over alleged patent infringements – NickT Dec 16 '11 at 14:35
feedback

2 Answers

up vote 3 down vote accepted
+50

I was under the impresssion that android didn't use oracle java, it uses a subset of apaches harmony java: http://en.wikipedia.org/wiki/Apache_Harmony#Use_in_Android_SDK

http://arstechnica.com/open-source/news/2010/11/apache-foundation-to-vote-down-java-7-protesting-oracle-abuses.ars

link|improve this answer
Another point is that it doesn't 100% support java6 atm. – Dessus Dec 19 '11 at 1:07
While this isnt a "perfect" answer, it does convince me that I wont get a better one. So I'll just accept this one :P. Congrats! – sandis Dec 21 '11 at 9:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.