MerginMaps / mobile

Mobile app for Mergin Maps 📲. Open QGIS projects and manage vector data on your phone, even offline 📶 (Android/iOS/Windows app)
https://merginmaps.com
GNU General Public License v2.0
294 stars 64 forks source link

/opt/Qt/6.6.3/bin/androiddeployqt: not found #3278

Closed qianbaidugg closed 5 months ago

qianbaidugg commented 5 months ago

on Ubuntu22.04,Qt 6.6.3,cmake successful,run: ninja apk,give error: Creating APK for Input FAILED: app/android-build/Input.apk /mnt/hgfs/2023/mobile-2.5.0/build-Input/app/android-build/Input.apk cd /mnt/hgfs/2023/mobile-2.5.0/build-Input/app && /usr/bin/cmake -E copy /mnt/hgfs/2023/mobile-2.5.0/build-Input/app/libInput_arm64-v8a.so /mnt/hgfs/2023/mobile-2.5.0/build-Input/app/android-build/libs/arm64-v8a/libInput_arm64-v8a.so && /opt/Qt/6.6.3/bin/androiddeployqt --input /mnt/hgfs/2023/mobile-2.5.0/build-Input/app/android-Input-deployment-settings.json --output /mnt/hgfs/2023/mobile-2.5.0/build-Input/app/android-build --apk /mnt/hgfs/2023/mobile-2.5.0/build-Input/app/android-build/Input.apk --depfile /mnt/hgfs/2023/mobile-2.5.0/build-Input/app/android-build/Input.d --builddir /mnt/hgfs/2023/mobile-2.5.0/build-Input/app --release --sign && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /mnt/hgfs/2023/mobile-2.5.0/input /mnt/hgfs/2023/mobile-2.5.0/input/app /mnt/hgfs/2023/mobile-2.5.0/build-Input /mnt/hgfs/2023/mobile-2.5.0/build-Input/app /mnt/hgfs/2023/mobile-2.5.0/build-Input/app/android-build/Input.d /mnt/hgfs/2023/mobile-2.5.0/build-Input/CMakeFiles/d/10b736db7d200e29e4fb7d4f60dac4959ec5afb069cc1d98767e3c29341c5e91.d /bin/sh: 1: /opt/Qt/6.6.3/bin/androiddeployqt: not found ninja: build stopped: subcommand failed. but, there didn't actually exist:xxxx/bin/androiddeployqt, what can i do? gg-virtual-machine:/opt/Qt/6.6.3# ll total 36 drwxr-xr-x 8 root root 4096 4月 7 18:39 ./ drwxr-xr-x 9 root root 4096 4月 3 12:42 ../ drwxr-xr-x 16 root root 4096 3月 20 03:35 android_arm64_v8a/ drwxr-xr-x 16 root root 4096 3月 20 03:37 android_armv7/ drwxr-xr-x 16 root root 4096 3月 20 03:38 android_x86/ drwxr-xr-x 16 root root 4096 3月 20 03:39 android_x86_64/ drwxr-xr-x 14 root root 4096 3月 20 02:46 gcc_64/ -rw-r--r-- 1 root root 2294 3月 20 03:16 sha1s.txt drwxr-xr-x 49 root root 4096 3月 20 03:17 Src/

qianbaidugg commented 5 months ago

config error