I've created a prototype application for Android using kivy. It has compiled in buildozer and I've uploaded in to an Android device.
But I'm nor sure where to put app dependent files like the ini file, images database etc.
Any help greatly appreciated
[EDIT 2020 07 25]
When I asked this question (many moons ago) I was new to kivy and the whole idea of buildozer.
What I didn't realise and what isn't obvious to a beginner (witness the number of times this question has been viewed) and which @inclement's answer does not address, is that Buildozer wraps the whole python/kivy project into a single file which can include all of your static data. So you just need to make sure your buildozer spec picks them up.