My app works nicely both in debug and release, but now that I'm ready to publish it I tried compiling obfuscated. This didn't work at all, instead I got this error:
So we had an error because of an unexpected variable name, which appeared in i line without that variable name. That doesn't really make sense to me... What am I missing?
Line 47 in CL_NET is as described in the error:
And the unexpected variable name doesn't exist in the project at all. (But in CL_NET I do have a sub called set_data_from.)
Any ideas?
B4X:
B4A Version: 7.30
Parsing code. Error
Error parsing program.
Error description: Unexpected variable name: _data_from
Error occurred on line: 47 (CL_NET)
failedStatusCount = 0
So we had an error because of an unexpected variable name, which appeared in i line without that variable name. That doesn't really make sense to me... What am I missing?
Line 47 in CL_NET is as described in the error:
B4X:
failedStatusCount = 0
And the unexpected variable name doesn't exist in the project at all. (But in CL_NET I do have a sub called set_data_from.)
Any ideas?