← Back to team overview

tomdroid-dev team mailing list archive

Re: Compiler Defaults

 

On Thu, Apr 23, 2009 at 11:47 PM, Michael Fletcher
<m.fletcher@xxxxxxxxxxxx>wrote:

> Android uses Java 1.5 not Java 1.6.  I'd strongly suggest keeping
> compatibility at java 1.5.  You would risk using a feature that is not
> supported on Android.
>
>
Sold! Although the day I create a bug because I changed an interface method
signature without changing the methods in the classes that use the interface
I'll blame it on you! ;)

Just kidding of course! It totally makes sense to enforce java 5 rules if dx
translate java 5 into dalvik bytecode.

I'll apply your patch and required changes to avoid build errors whenever I
have a minute.
-- 
Olivier Bilodeau <olivier@xxxxxxxxxxxxxxxxx>

Follow ups

References