I am currently creating an android library that uses json commands for communication with another library. I would like to extract these commands from code and save them in separate files for better readability. Where do I save those files when there is no asset directory and how do I read them?
Edit: I have found an answer to my question: how to access resources in a android library project