DoubangoTelecom/imsdroid

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

kuppasekhar opened this issue · 1 comments

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)

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