Re: [android-developers] Targeting multiple OS versions

2009-11-17 Thread Nic Strong
, 2009 at 1:37 PM, Mark Murphy wrote: > Nic Strong wrote: > > I see your point. I am not a java expert but I am guessing there maybe > > some conditions where the class loader my try to load the missing class > > even though the code is not going to be called? > > I don&#x

Re: [android-developers] Targeting multiple OS versions

2009-11-17 Thread Nic Strong
I have tried on a 1.6 emulator and device. But not a 1.5 emulator. I see your point. I am not a java expert but I am guessing there maybe some conditions where the class loader my try to load the missing class even though the code is not going to be called? For now I will stick with reflection. B