File location txt Android ndk / C++

Asked

Viewed 110 times

-1

I made a c++ code to create a file: Arquivo com C++

I’ve already given the manifest permission to read and record:

Permissão no manifest My question is:???

1 answer

0


For those who have the same problem: the only way I found to locate the generated files was with a third party application like ES File Explorer. By the PC it does not show the files. While saving the files I did the following:

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

I thought that by recording using android NDK it would save in a different location.

To view the files by PC you have to move by ES File Explorer to a folder that has access by PC like the camera folder or the Downloads folder or to the memory card.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.