Android Question Update SDK manager compile failing

jayel

Active Member
Licensed User
Longtime User
My app worked befor;
I did an update so i could use the material design : https://www.b4x.com/android/forum/threads/designsupport-additional-material-design-components.58893/
But now i get an error when i try to compile :
B4A version: 6.00
Parsing code. (0.02s)
Compiling code. (2.63s)
Compiling layouts code. (0.08s)
Organizing libraries. (0.00s)
Generating R file. (1.19s)
Compiling debugger engine code. (1.54s)
Compiling generated Java code. Error
B4A line: 55
Log(Response.GetString(\
javac 1.7.0_75
src\be\robotronic\robonotification\httputils2service.java:172: error: cannot access ParseException
anywheresoftware.b4a.keywords.Common.Log(_response.GetString("UTF8"));
^
class file for org.apache.http.ParseException not found

help please !
 

jayel

Active Member
Licensed User
Longtime User
Found that i had to use okhttp instead of http.
I did that, now it compiles but i get this error :
Error: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
 
Upvote 0
Top