Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to get the path of the application directory on Android?
-
Hi
I wants to save images downloaded from the Internet in a directory with the application but do not know how to appeal to the path from QML on Android?
Please help
-
Have you checked QCoreApplication::applicationFilePath() ? I have not tried on android though.