Android Question Adding BCTextEngine , HTTPUtils error

Juzer Hussain

Active Member
Licensed User
Longtime User
Hi,

On adding BCTextEngine my project is not compiling shows HttpUtils2Service is declared twice. You should either remove the library reference or the code module.
I am using B4A 11.0.
As per forum suggestions
I checked I have OkHttp included in my Libraries only and HttpUtils2Service is added as module.
I checked library path there is no HttpUtils2Service file there even any b4xlib file also is not there.

As suggested by Erel
I removed OkHttpUtils2.b4xlib it shows
Cannot find: H:\B4A\libraries\okhttputils2.jar

I don't know what to remove. HttpUtils2Service i need in module.

Pls give some clue.

Thanks
 
Last edited:

Juzer Hussain

Active Member
Licensed User
Longtime User
Hi Erel,

I removed
HttpUtils2Service Module
HTTP Job
OkHttp Library

I added OkHTTPUtils2 library

Now on compiling it says
Cannot find: H:\B4A\libraries\okhttputils2.jar
 
Upvote 0
Top