Android packaging error: resource array/bundled_in_lib (aka ...:array/bundled_in_lib) not found
-
wrote on 9 May 2020, 20:20 last edited by
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.
-
wrote on 10 May 2020, 18:00 last edited by
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.
-
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.