I'm writing an app that is supposed to send a binary .bin file over bluetooth. Now i have the whole bluetooth pipeline worked out but I'm just running into trouble with actually including and accessing the file. I assumed I can just drag the file into te project files folder in android studio along my other .kt files containing code, however then it doesn't seem to be able to find the file anymore after compiling. Where can I store just a simple file within my project so that it is still accesible after compilation and how do I get the correct path to the file?
Asked
Active
Viewed 23 times