Open
Description
From @sansumbrella on September 2, 2015 14:24
On a Nexus 5, the special dirs test logs that it succeeds, but the image file doesn't appear to be stored in a user-accessible location.
I checked for the file in the photo gallery on the app and on my mac using Android File Transfer.
Calling fs::exists(file)
after saving returns true, which suggests that the file is truly created. However, trying to load the file at that path fails with an exception (no message in the what()
).
Copied from original issue: chaoticbob/Cinder#40