K ktlua Member Licensed User Nov 13, 2016 #1 I have this error when I add HttpUtils2Service after I add HttpJob. I am asked to remove it. However, It does not show on the IDE panel and I find no way to remove it. Kindly help.
I have this error when I add HttpUtils2Service after I add HttpJob. I am asked to remove it. However, It does not show on the IDE panel and I find no way to remove it. Kindly help.
Erel B4X founder Staff member Licensed User Longtime User Nov 13, 2016 #2 Make sure that only OkHttpUtils2 library is referenced (and HttpUtils2 is not referenced). If you are unable to solve it then please upload the project. Upvote 0
Make sure that only OkHttpUtils2 library is referenced (and HttpUtils2 is not referenced). If you are unable to solve it then please upload the project.
K ktlua Member Licensed User Nov 13, 2016 #3 Erel said: Make sure that only OkHttpUtils2 library is referenced (and HttpUtils2 is not referenced). If you are unable to solve it then please upload the project. Click to expand... I do not add HttpUtils2. The project codes are attached. Please let me how to remove a module if it is not shwon on the IDE. Kindly help. Attachments HttpUtils6.zip 13.5 KB · Views: 220 Upvote 0
Erel said: Make sure that only OkHttpUtils2 library is referenced (and HttpUtils2 is not referenced). If you are unable to solve it then please upload the project. Click to expand... I do not add HttpUtils2. The project codes are attached. Please let me how to remove a module if it is not shwon on the IDE. Kindly help.
KMatle Expert Licensed User Longtime User Nov 13, 2016 #4 Click on Then you see Click on HttpUtils2Service (it will appear again) Then delete the module via menue (Project -> remove module) Upvote 0
Click on Then you see Click on HttpUtils2Service (it will appear again) Then delete the module via menue (Project -> remove module)
K ktlua Member Licensed User Nov 14, 2016 #5 Erel said: Make sure that only OkHttpUtils2 library is referenced (and HttpUtils2 is not referenced). If you are unable to solve it then please upload the project. Click to expand... KMatle said: Click on View attachment 50006 Then you see View attachment 50007 Click on HttpUtils2Service (it will appear again) Then delete the module via menue (Project -> remove module) View attachment 50008 Click to expand... Many thanks! It works. I removed the duplicated HttpUtils2Service. But what happen to the first copy? Where is it referenced? Upvote 0
Erel said: Make sure that only OkHttpUtils2 library is referenced (and HttpUtils2 is not referenced). If you are unable to solve it then please upload the project. Click to expand... KMatle said: Click on View attachment 50006 Then you see View attachment 50007 Click on HttpUtils2Service (it will appear again) Then delete the module via menue (Project -> remove module) View attachment 50008 Click to expand... Many thanks! It works. I removed the duplicated HttpUtils2Service. But what happen to the first copy? Where is it referenced?
KMatle Expert Licensed User Longtime User Nov 14, 2016 #6 I assume you accidently closed it. This happened to me at the start, too. Upvote 0