how to pack translation file to android apk
Unsolved
Mobile and Embedded
-
Easiest way is to add your translation files (.qm) to a Qt Resource File (.qrc). Then it will be compiled directly into the binary and you won't have to worry about deployment at all.
-
It is inside application binary. You can access it using
qtc:/
or:/
paths (this will work only in Qt code, not in Java). More info: https://doc.qt.io/qt-6/resources.html