Closed danielrosero closed 6 years ago
I'm not familar with this code but I can see its attemping to write to the root directory to a file called errors.log, under Android that location is read only (as per the error message).
With my scripts under Android I've had to put explicit full paths (usually to /sdcard, due to issue #131 ) as CWD/PWD often isn't set.
I'm sorry, I solved this before... totally forgot about this open issue.
It's exactly what you said, its all about the path, it was trying to create the log in the home root directory.
Got this permission problem trying to run instabot example.
The weird thing is that I don't have any problem doing the same with the published apk.
Any clue on what I'm doing wrong? Thanks in advance.