Lorie, You should have mentioned that you are trying to run EMMA test coverage tool.
EMMA in on-line mode uses custom class loader, so who knows, what could go wrong there, especially that mentioned LinearAlloc binds its storage to class loader. So one option would be to try using EMMA in off-line mode, where .class files (and .jar files) get instrumented for test coverage during the build process. However it is true to say that instrumentation of classes will bloat them, so your errors may remain... Daniel On 2 May 2012 14:44, Lorie Pisicchio <[email protected]> wrote: > Thanx Daniel, > I have double checked, and I was wrong in my previous post : my test project > started to fail after adding some tests, right, but also after adding emma > dependency to calculate tests coverage. So I think this is the source of the > problem. I will try to split tests into more classes and see if it works. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Daniel Drozdzewski -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

