Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Android packaging error: resource array/bundled_in_lib (aka ...:array/bundled_in_lib) not found
-
Qt 5.11.3
After the Android version of the app builds, packaging fails with this error message:
AndroidManifest.xml:27:1-108: AAPT: error: resource array/bundled_in_lib (aka ...:array/bundled_in_lib) not found
It seems the Qt Android deployment tool fails to replace this variable.
It has certainly done this before.Any thoughts/ideas would be highly appreciated.
-
I solved it by recreating the Android manifest template with Qt Creator but can't find anything wrong with the old file. Those entries are all identical.
-
@Padlock right !