Android Question SMM with HttpUtils2...

Juzer Hussain

Active Member
Licensed User
Longtime User
Hi,

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
 

Juzer Hussain

Active Member
Licensed User
Longtime User
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.
 
Upvote 0

Juzer Hussain

Active Member
Licensed User
Longtime User
Yes Erel, I had to remove HttpUtils2Service module. I added OkHttpUtils2 library and changed HttpClient, HttpRequest to okHttpClient, okHttpRequest than it is working.
 
Upvote 0
Top