Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.7.0 RC
-
None
-
-
a62a17e37 (dev), 70ac08a1b (6.7), 3c3f2e3f1 (6.7.0)
Description
Because of changes to how androiddeployqt handles plugins, the plugins libplugins_geoservices_qtgeoservices_itemsoverlay_arm64-v8a.so and libplugins_geoservices_qtgeoservices_osm_arm64-v8a.so are not deployed to Android APK files in 6.7.0. The only error outputted is:
D libqml_location_geojsonviewer_arm64-v8a.so: 1 , "The geoservices provider is not supported."
But inspecting the .apk shows that these plugins are missing. The issue is similar to others involving plugins and androiddeployqt where defining the dependencies explicitly to the CMake file is required for the plugins to be deployed.
This is a regression from 6.6.x.