I am developing my own apk for Android with NDK 5.
My question is: how can I access to write and read from an external SD card from my own code?
It works the same as Java code.
You need to use the Environment.getExternalStorageDirectory () SDK API in your Java code, and then pass it to your own code, receiving it as a normal path.
Source: https://habr.com/ru/post/1341862/More articles:NSArrayController without loading a large data array into an array - cocoaIs it possible to copy a large Postgresql object to a db server? - postgresqlShow tooltip in selected list box using jQuery - jqueryremove attributes from ActiveRecord model - ruby | fooobar.comUsing dynamic buffers? Java - javaRegEx How to process strings with zero length? - coldfusionHaskell hGetLine and the null character - ioAppEngine: reading values / settings from app.yaml - google-app-engineCreate an event / scheduling calendar using codeigniter and jquery - jqueryUnzip to TreeMap in Java - javaAll Articles