Android Question erro on new APK

jeronimovilar

Active Member
Licensed User
Longtime User
I have app since 2013 works fine. The application was developped in B4a 2.02 version.
I needed change 1 line, just 1 line, so i installed a new version B4a for compile.
I Changed the httputils2 for OKhttputils2.
Error occurred on line: Log(Response.GetString("UTF8")) and i changed for Log(Response.ErrorResponse) and compile, but the APK is not work
The APK start and the close.
What is happning?
 

DonManfred

Expert
Licensed User
Longtime User
Sounds like you are using an old httputils module. Or the source in a edited way.
Search the forum for okhttputils threads

Post a small project wchich shows the issue.
 
Upvote 0

jeronimovilar

Active Member
Licensed User
Longtime User
Using the new httputils now, but new error httpUtils2Service is declared twice.

I just have:
HttpJob
HttpUtils2Service
Main
Timer

Why?
 
Upvote 0
Top