Actually emulator supports SIP. All you have to do to make it works is described here: http://code.google.com/p/android/issues/detail?id=13037
On 9 Gru 2010, 20:30, WindowsNT <[email protected]> wrote: > I am waiting for them to fix it. The emulator simply doesn't support > SIP. Too bad. > > On Dec 8, 8:35 am, jan telega <[email protected]> wrote: > > > > > > > > > Hi, > > i tried to run SIP Demo (http://developer.android.com/resources/ > > samples/SipDemo/index.html) and start developing SIP application, > > but i found one problem at the beginning (of course i updated sdk, adt > > and set up new virtual device with api level 9): > > in main activity class [line 86]: > > > public void initializeManager() { > > if(manager == null) { > > manager = SipManager.newInstance(this); <-- this always > > returns null, which means that SIP API is not supported > > } > > > initializeLocalProfile(); > > } > > > i also checked SipManager.isApiSupported(applicationContext) and it > > always returns false, i set up several virtual devices and it didnt > > help. > > > SipManager declatarion is the first step during establishing Sip > > connection, so this problem does not concern sip domain etc. > > > It looks like problem with emulator. > > > Have you faced this problem? > > Any ideas how to resolve it? -- 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

