This was (and is) fine under target=27. I need to publish an update and Play is forcing SDK 29 now.
When I open one of my activities (others are fine), I get the following:
JobName = jobAuth, Success = true
** Activity (main) Pause, UserClosed = false **
java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/impl/client/DefaultHttpClient;
at xvs.ACL.ACL.<init>(ACL.java:85)
at java.lang.Class.newInstance(Native Method)
at anywheresoftware.b4a.shell.Shell.createObject(Shell.java:612)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:366)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:255)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:144)
...
Caused by: java.lang.ClassNotFoundException: org.apache.http.impl.client.DefaultHttpClient
Any ideas on how to resolve? I'll post updates as I find them. When I switch manifest back to 27 it works just fine.
When I open one of my activities (others are fine), I get the following:
JobName = jobAuth, Success = true
** Activity (main) Pause, UserClosed = false **
java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/impl/client/DefaultHttpClient;
at xvs.ACL.ACL.<init>(ACL.java:85)
at java.lang.Class.newInstance(Native Method)
at anywheresoftware.b4a.shell.Shell.createObject(Shell.java:612)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:366)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:255)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:144)
...
Caused by: java.lang.ClassNotFoundException: org.apache.http.impl.client.DefaultHttpClient
Any ideas on how to resolve? I'll post updates as I find them. When I switch manifest back to 27 it works just fine.