You can just take a look at the source file of the code.In this case, only the documentation (/// marked comments) provides any useful information, which is the following:For iOS it is NSDocumentDirectory.On Android, which is what you asked for, the directory can be found as /data/data/ and not as /data/.I did not take a look into the project's code, which means that it might be possible that your file is not stored in getApplicationDocumentsDirectory().