In one of my projects i have used HTTPUtils2 service code module. When I add SMM from library code doesn't compile says duplicate HTTPUtils2Service either remove from library or from module. I want the HttpUtils2 module. Is there any recent versio of SMM which does not clash with Http.... service.
Pls give some clue.
Thanks
Erel, I mean to say HttpUtils2Service is probably included in SMM which is why it is asking to remove HttpUtils2Service module. When I remove HttpUtils2Service module the code gives errors.
Yes Erel, I had to remove HttpUtils2Service module. I added OkHttpUtils2 library and changed HttpClient, HttpRequest to okHttpClient, okHttpRequest than it is working.