There is an application on Android written in Java using libraries written in C ++ using Android NDK. It is necessary that in one of the methods of the library C ++, while running the application , a file is created (in a particular directory). How can I do that? Or are there already ready methods?
Immediately I apologize if the question is not quite "correct".