I was playing around with the new Marshmallow SDK (android-23\android.jar) and left it as the target android.jar in the path configuration. When I compile a program that worked under android-22, I get the following error:
Log(Response.GetString(\
javac 1.8.0_45
src\com\xxxxxxxx\xxxx\httputils2service.java:125: error: cannot access ParseException
anywheresoftware.b4a.keywords.Common.Log(_response.GetString("UTF8"));
^
class file for org.apache.http.ParseException not found
I can easily stick with android-22 so I don't need a work-around. I just wanted to report the error.
Log(Response.GetString(\
javac 1.8.0_45
src\com\xxxxxxxx\xxxx\httputils2service.java:125: error: cannot access ParseException
anywheresoftware.b4a.keywords.Common.Log(_response.GetString("UTF8"));
^
class file for org.apache.http.ParseException not found
I can easily stick with android-22 so I don't need a work-around. I just wanted to report the error.