Hi Avi-

The emulator doesn't currently support Sip-  To test, you'll need a device
running gingerbread.

-Alex

On Thu, Jan 20, 2011 at 12:34 AM, Avi <[email protected]> wrote:

> I tried to use SIPDemo application on Android 2.3 - revision 9
> emulator
>
> But it returns null for the SIPManager.newInstance(this).
>
> if
>
> (manager == null) {
>     manager = SipManager.newInstance(this);
> }
>
> On checking SIPManager.isAPISupported. It retruns false. Has any body
> run SIPDemo application, any help is appreciated. I have already
> specifed follwoing feature permissions in
>
> the Manifest file:
>
> <
>
> uses-permission android:name="android.permission.INTERNET" />
> <uses-permission android:name="android.permission.USE_SIP" />
> <uses-feature android:name="android.software.sip" />
> <uses-feature android:name="android.software.sip.voip" />
>
>
> Kindly please guide me how to fix this problem and run the SipDemo
> application successfully.
>
> --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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

Reply via email to