DoubangoTelecom / imsdroid

High Quality Video SIP/IMS client for Google Android
https://doubango.org
Other
294 stars 168 forks source link

Cannot find symbol method error while integrating and running(NgnNetworkService) the Android app #626

Closed kuppasekhar closed 5 years ago

kuppasekhar commented 5 years ago

Hi Folks, I am trying to integrate ngn-stack in my android application and I am successfully installed but when I run the application I am getting the following run time errors. Can anybody please take a look and do needful. error: cannot find symbol method startUsingNetworkFeature(int,String) error: cannot find symbol method requestRouteToHost(int,int)

kuppasekhar commented 5 years ago

For now I have disabled those two methods and ran the application successfully.