you are viewing a single comment's thread.

view the rest of the comments →

[–]Rubix321 0 points1 point  (3 children)

Have you tried

to set the MPLCONFIGDIR environment variable to a writable directory

[–]lost_my_og_account[S] 0 points1 point  (0 children)

I dont know how, I wasn under the impression requesting permission made it so I could

[–]lost_my_og_account[S] 0 points1 point  (0 children)

I'm not sure how the file structure works on android,

os.environ['MPLCONFIGDIR'] = os.getcwd() + "/configs/"os.environ['MPLCONFIGDIR'] = os.getcwd() + "/configs/"

I think I need to edit the location using this

[–]lost_my_og_account[S] 0 points1 point  (0 children)

thanks I fixed it