SipManager.newInstance not working for android Gingerbread
I am trying to run a simple SIP program using android 2.3 emulator. When i am trying to create an instance of SipManager i get a return value as null(which means the SIP API isn't supported). Pls suggest how i can test SIP in emulator. I got this working for me thanks to the Issues list link below : http://code.google.com/p/android/issues/detail?id=13037 and the thing which worked for me is in sub link in this thread. How to enable SIP in Android 2.3 emulator. Make the system partition writeable. Open a cmd window and enter these: emulator -avd -partition-size 128 adb shell mount -o remount,rw