Specifying file paths in AppStudio Apps like this
property string gdbPath: "~/ArcGIS/AppStudio/Apps/" + appItemId + "/Data/gdb.geodatabase"
works when I run the app via AppStudio Player, but when I build the app and install it on an Android device the app seems to be unable to read and write files in those locations. What is the recommended way of referencing directories?
Thanks!