ert304
Newbie
I am developing an app which I am porting from IPhone and have just started on the phone. I am having some challenges with the file system.
For a test, I have tried to write a small file from the app and then find it from Windows file manager. I am not having any luck. I have tried:
Environment.getDataDirectory().getAbsolutePath()
Environment.getDataDirectory()
"/Card/Appname/Settings"
with no luck. What am I missing? The data directory just comes in as /data. I am running in debug from Android Studio if that makes any difference. I will be using directories for settings, images and a few more things, so I am planning on my own little tree.
For a test, I have tried to write a small file from the app and then find it from Windows file manager. I am not having any luck. I have tried:
Environment.getDataDirectory().getAbsolutePath()
Environment.getDataDirectory()
"/Card/Appname/Settings"
with no luck. What am I missing? The data directory just comes in as /data. I am running in debug from Android Studio if that makes any difference. I will be using directories for settings, images and a few more things, so I am planning on my own little tree.
