On Sun, Mar 2, 2014 at 3:04 PM, Joe White <[email protected]> wrote: > What must we do to be able to use JDK 7 as the compiler with the ADT? > > Android documentation indicates that various JDK 7 related features (like > NIO) have been available since API 1, but attempting to change ADT's > compiler to JDK 7 results in an error > [2014-03-02 17:45:51 - GlassAndroidUtilities] Android requires compiler > compliance level 5.0 or 6.0. Found '1.7' instead. Please use Android Tools > > Fix Project Properties.
Try using R22.6 preview: http://tools.android.com/recent/eclipseadtbundleupdated or http://tools.android.com/recent/eclipseadt226preview > > Here is the reference to nio support in Android > https://developer.android.com/reference/java/nio/package-summary.html I don't think you need JDK 7 for these API's. My understanding is that JDK7 only introduced nio.2, which I don't think Android supports anyway. See http://en.wikipedia.org/wiki/New_I/O#JDK_7_and_NIO.2 > > Help! > > -- > You received this message because you are subscribed to the Google Groups > "adt-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
