[android-developers] Conflicts with framework classes

2010-12-09 Thread BoD
Hi! I have a project that uses a library (a jar file in the project) that defines classes in the javax.sip package. Until now it worked fine. But when trying in a 2.3 emulator, it appears that the same classes (but probably a different version) already exist in the framework, and that causes

Re: [android-developers] Conflicts with framework classes

2010-12-09 Thread Mark Murphy
On Thu, Dec 9, 2010 at 10:53 AM, BoD bodl...@gmail.com wrote: I was kind of assuming that in such cases the project classes would take over but in my instance it seems it's not the case. Is this behavior expected or an anomaly? That behavior is expected. AFAIK, the project cannot override the