Hello:

I am using SIPDemo in AndroidSudio and facing same problem as some of the 
classes names are indicating "unable to resolve"...for example, following 
in SippManager.JAVA.

import android.os.ServiceManager;
import android.telephony.Rlog;


Is your sipdemo working correctly?.




On Thursday, January 20, 2011 at 11:34:39 AM UTC+3, Scott 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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/95a312bf-993a-4a37-abb0-0c1b5f27f4a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to