Hi everyone. I’m trying to make a list that reads all the data from a text file. It works perfectly when I test with Companion, but when I open the APK, I get the error “Could not be found.” Could someone please review and tell me where I’m going wrong?
how did ou set the file scope of the file component?
To Assets?
Taifun
save the txt in the app’s Assets
your answer does not make much sense
this is the file scope File - Kodular Docs
you should set it to Assets to read a file from the assets
Taifun
1 Like
@taifun Thank you very much. It works perfectly.