Hi all,
I'm trying to update an older app of mine and am running into a problem with okHTTP and TargetSDKVersion 28.
Everything works fine when I use TargetSDKVersion 26, but with 28 I get the following error when executing a HTTP request:
(Line: 0) End Sub
java.lang.Exception: Sub http_responseerror signature does not match expected signature.
public static anywheresoftware.b4a.pc.RemoteObject jvc.starlog.main_subs_0._http_responseerror(anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject) throws java.lang.Exception
class anywheresoftware.b4a.pc.RemoteObject, class anywheresoftware.b4a.pc.RemoteObject, class anywheresoftware.b4a.pc.RemoteObject, class java.lang.Integer,
I have added the following in the manifest editor otherwise I got another error:
<uses-library android:name="org.apache.http.legacy" android:required="false" />
Can somebody help me out? Thanks!
I'm trying to update an older app of mine and am running into a problem with okHTTP and TargetSDKVersion 28.
Everything works fine when I use TargetSDKVersion 26, but with 28 I get the following error when executing a HTTP request:
(Line: 0) End Sub
java.lang.Exception: Sub http_responseerror signature does not match expected signature.
public static anywheresoftware.b4a.pc.RemoteObject jvc.starlog.main_subs_0._http_responseerror(anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject) throws java.lang.Exception
class anywheresoftware.b4a.pc.RemoteObject, class anywheresoftware.b4a.pc.RemoteObject, class anywheresoftware.b4a.pc.RemoteObject, class java.lang.Integer,
I have added the following in the manifest editor otherwise I got another error:
<uses-library android:name="org.apache.http.legacy" android:required="false" />
Can somebody help me out? Thanks!