Android kivy where to put application files (ini, images db etc) -


i've created prototype application android using kivy. has compiled in buildozer , i've uploaded in android device.

but i'm nor sure put app dependent files ini file, images database etc.

any appreciated

you can arrange them taste - long tell buildozer include them apk (i.e. setting file types, directories etc included) , access them relative paths in code, work same way on device.

the ini file may exception, i'm not sure offhand kivy tries load (but may somewhere in external data dir). if putting in same directory main.py doesn't work, maybe load manually relative path, or if has few values set them in main.py file.