Hello,
My program runs smoothly in the Debug mode. However in Release mode, I got this error "java.lang.Exception: Sub hc_responsesuccess was not found." which I really cannot trace. I clean the project but same result.
The last task the program did was to Insert a record into a remote mysql database and upload a photo tp the same remote server.
Why is it OK in Debug mode but run to this error in Release mode?
Anyone here has similiar issue before?
Thank you.
My program runs smoothly in the Debug mode. However in Release mode, I got this error "java.lang.Exception: Sub hc_responsesuccess was not found." which I really cannot trace. I clean the project but same result.
The last task the program did was to Insert a record into a remote mysql database and upload a photo tp the same remote server.
Why is it OK in Debug mode but run to this error in Release mode?
Anyone here has similiar issue before?
Thank you.