Rohan Pawar
Rohan Pawar
I am getting the same error, and using with multidex
few days back I had same issue, simply i have commented this line //family: node.attrs.font.replace(/^._?"(\w+)"._$/, '$1'), it works for me
Hello, Thanks for your great answer and explanation. please check following images result while debug mode in Android studio Image 1:-  result in...
Changin signatur of ResultListner would be great idea, but every time while handling "onSuccess" we need to check type of result like this ``` if(isJson){ //do something with result }...
Yes, i totally agree with you. `void onSuccess(String result, boolean isJson, boolean isText, boolean isNumber)` is good solution for all