File location txt Android ndk / C ++

-1

I made a c ++ code to create a file:

Ialreadygavepermissioninthemanifesttoreadandwrite:

My question is: Where does it save this file on my cell phone ???

    
asked by anonymous 15.10.2017 / 18:31

1 answer

0

For those who have the same problem: the only way I found to find the generated files was with a third-party application such as ES File Explorer. On the PC it does not show the files. When saving the files I did the following:

myfile.open("/storage/emulate/0/suaPasta");

I thought I was saving by using NDK android it would save in a different location.

To view the files on your PC, you have to move through the ES File Explorer to a folder that has PC access such as the camera folder or the Downloads folder or the memory card.

    
17.10.2017 / 00:13