android: save file

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
trabitboy
Prole
Posts: 19
Joined: Sun May 12, 2019 2:09 pm

android: save file

Post by trabitboy »

hi,
I can't seem to save files on android with 11.1 .
application has "storage" permission.
I don't see any new folder created in /Android/data/ either?

here is my test:
love. file system. write('test.txt','test')
trabitboy
Prole
Posts: 19
Joined: Sun May 12, 2019 2:09 pm

Re: android: save file

Post by trabitboy »

main.lua
to be put in 'lovegame'
(64 Bytes) Downloaded 330 times
example file
trabitboy
Prole
Posts: 19
Joined: Sun May 12, 2019 2:09 pm

Re: android: save file

Post by trabitboy »

re read the wiki correctly, this is the fix:

Code: Select all

function love.conf(t)
    t.externalstorage = true
end
PotatoDude
Prole
Posts: 6
Joined: Wed May 04, 2022 8:01 am

Re: android: save file

Post by PotatoDude »

It's been a while but thx
Last edited by PotatoDude on Wed May 04, 2022 1:31 pm, edited 4 times in total.
nvm
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 129 guests