avacondios Active Member Licensed User Longtime User Oct 16, 2012 #1 Hi all, I am getting the following error message, when I call a routing from library which it written to eclipse. The error is the following : "java.lang.IllegalStateException: attempt to use Inflater after calling end" can someone explain to me, what is the meaning of that message ?
Hi all, I am getting the following error message, when I call a routing from library which it written to eclipse. The error is the following : "java.lang.IllegalStateException: attempt to use Inflater after calling end" can someone explain to me, what is the meaning of that message ?
Erel B4X founder Staff member Licensed User Longtime User Oct 17, 2012 #2 This error is specific to this library implementation. Have you written this library? What is the purpose of this library? Upvote 0
This error is specific to this library implementation. Have you written this library? What is the purpose of this library?
avacondios Active Member Licensed User Longtime User Oct 17, 2012 #3 Thanks Erel for your response. I found it. I am wrapping a library for car engine diagnostic scanner. Upvote 0
Thanks Erel for your response. I found it. I am wrapping a library for car engine diagnostic scanner.