I am using python 3 on my Sony xperia talet z android device, and have transfered my python project over to it.
My python programs write and create/remove files, stored in a DATA folder. On my PCs, my programs work fine, and can successfuly do so without any problems, however when I run my programs on android, they say that the files are read only. Is there a way to make files and folders writable on android?
Also, my programs are all linked together, so that you can run one from within the other, e.g. I have a main menu, and can run a program by typing in which one to run, and then can return back to the main menu. But on my android tablet, it comes uo with an error that it cannot find the program.
Thanks in advance.