Android Question Error in code after upgrading to version 7.00

eladroz

Member
Licensed User
Longtime User
Hello,
Please see attached screen to the error I am getting after upgrading to version 7.00.

Please help me...

Thank you,
Elad.
 

Attachments

  • Basic4Android new version.PNG
    Basic4Android new version.PNG
    15.6 KB · Views: 137

eladroz

Member
Licensed User
Longtime User
Thank you for your answer but after changing to the okHttp library I can't use Response.GetString("UTF8") anymore in the ResponseSuccess event...
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Please see attached screen to the error I am getting after upgrading to version 7.00.
Note that the error you get is not related to B4A v7.00. It is related to the removal of HttpClient from android.jar. You can use an older version of Android.jar (before 23) and it will work.

The best solution is to switch to OkHttpUtils2.
 
Upvote 0
Top