[android-developers] what to keep in mind with OpenJDK 7

2013-05-06 Thread seansf
Hey everybody, I just moved over to a new Linux Mint setup, basically a Ubuntu derivative, which comes with OpenJDK 7 out of the box. Some basic Android tutorials seem to build ok. It is safe to code for android using this Java version? Anything to keep in mind when using Android and OpenJDK7

Re: [android-developers] what to keep in mind with OpenJDK 7

2013-05-06 Thread Raphael P.F.
http://stackoverflow.com/questions/15848332/does-adt-support-java-7-api On Mon, May 6, 2013 at 2:49 PM, seansf ether@gmail.com wrote: Hey everybody, I just moved over to a new Linux Mint setup, basically a Ubuntu derivative, which comes with OpenJDK 7 out of the box. Some basic Android

Re: [android-developers] what to keep in mind with OpenJDK 7

2013-05-06 Thread seansf
Thanks, I saw that. Wondering if anybody on the list has any tips also. On Monday, May 6, 2013 11:32:33 AM UTC-7, Raphael Pereira de Faria wrote: http://stackoverflow.com/questions/15848332/does-adt-support-java-7-api On Mon, May 6, 2013 at 2:49 PM, seansf ethe...@gmail.com javascript:wrote:

Re: [android-developers] what to keep in mind with OpenJDK 7

2013-05-06 Thread Jonathan S
javac already set target to 6 and source to 6, so any 7 features will be disabled. You can use OpenJDK, but you can't use any 7 features. On Monday, May 6, 2013 8:55:09 PM UTC-4, seansf wrote: Thanks, I saw that. Wondering if anybody on the list has any tips also. On Monday, May 6, 2013