Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Build errors in QGC for android due to JDK.
Forum Updated to NodeBB v4.3 + New Features

Build errors in QGC for android due to JDK.

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 353 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sanjayabhat
    wrote on 5 Jun 2024, 07:39 last edited by
    #1

    Hey there , I am a student and new to development with qt . I have been attempting to build
    qgroundcontrol for android . The main website requests for the following configurations and settings.

    Android: Android for armeabi-v7a (GCC 4.9, Qt 6.6.3)
    JDK11 is required.

    I installed the latest android studio (jellybean) which by default comes with jdk 17 for emulation.
    Downloaded the correct version of qt , and set up the device via the preferences section .
    I copy pasted the contents of the android folder into the armeabi-v7a build .

    The jdk location being used is the jbk folder (jdk17) on android studio and the sdk that qt installs for you.
    The configuration is fine but the code itself provides syntactical errors.

    bc02ac7d-4f74-4a89-98c3-bb83f7b7afd1-image.png

    24b13715-9aaa-4a7e-a0b7-3e2a4e6940c0-image.png

    dda8df59-9e74-4e41-ba14-5a6e240f471a-image.png

    I assume the error is caused by the incorrect jdk in use but,
    9e47a891-9ab1-4509-b20a-ef5265eaa89d-image.png

    J 1 Reply Last reply 5 Jun 2024, 07:45
    0
    • C Christian Ehrlicher moved this topic from Wiki Discussion on 5 Jun 2024, 07:42
    • S sanjayabhat
      5 Jun 2024, 07:39

      Hey there , I am a student and new to development with qt . I have been attempting to build
      qgroundcontrol for android . The main website requests for the following configurations and settings.

      Android: Android for armeabi-v7a (GCC 4.9, Qt 6.6.3)
      JDK11 is required.

      I installed the latest android studio (jellybean) which by default comes with jdk 17 for emulation.
      Downloaded the correct version of qt , and set up the device via the preferences section .
      I copy pasted the contents of the android folder into the armeabi-v7a build .

      The jdk location being used is the jbk folder (jdk17) on android studio and the sdk that qt installs for you.
      The configuration is fine but the code itself provides syntactical errors.

      bc02ac7d-4f74-4a89-98c3-bb83f7b7afd1-image.png

      24b13715-9aaa-4a7e-a0b7-3e2a4e6940c0-image.png

      dda8df59-9e74-4e41-ba14-5a6e240f471a-image.png

      I assume the error is caused by the incorrect jdk in use but,
      9e47a891-9ab1-4509-b20a-ef5265eaa89d-image.png

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 5 Jun 2024, 07:45 last edited by
      #2

      @sanjayabhat said in Build errors in QGC for android due to JDK.:

      I assume the error is caused by the incorrect jdk in use but

      I doubt. It is clearly an error from C++ compiler in one of the qgc source files.
      Either fix the code or tell the compiler to ignore that (the error messages says how to do that) - but this is not good, better fix the code.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sanjayabhat
        wrote on 5 Jun 2024, 09:02 last edited by sanjayabhat 6 May 2024, 09:04
        #3

        Hey there thanks, I fixed the code as you suggested but as the build is almost done , I face the following error:

        Application binary: QGroundControl
        Android build platform: android-34
        Install to device: No
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\ScreenTools\ScreenTools.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\ClickableColor.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\DeadMouseArea.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\ParameterEditor.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\JoystickThumbPad.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\GPSIndicatorPage.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\MissionItemStatus.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\FactSliderPanel.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\OfflineMapButton.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\TerrainStatus.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCMenuSeparator.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\SubMenuButton.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCColoredImage.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCMenu.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\MissionItemIndexLabel.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\MissionItemMapVisual.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCLabel.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\ToolIndicatorPage.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\LabelledComboBox.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\FlightModeDropdown.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCTextField.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\MainWindowSavedState.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\PipView.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\AppMessages.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\LogReplayStatusBar.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\FlightModeMenuIndicator.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\ExclusiveGroupItem.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\FactSlider.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\InstrumentValueLabel.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\OfflineMapEditor.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCSlider.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCRoundButton.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\FileButton.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\SettingsGroupLayout.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\InstrumentValueEditDialog.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\PIDTuning.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCToolInsets.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\VehicleSummaryRow.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\MAVLinkChart.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\CameraSection.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\LabelledButton.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\CameraCalcCamera.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\OfflineMapInfo.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCMenuItem.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\SimpleItemMapVisuals.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCFileDialog.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCSwitch.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\KMLOrSHPFileDialog.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\AltModeDialog.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\BatteryIndicatorContentItem.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\HorizontalFactValueGrid.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCPopupDialog.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\SignalStrength.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\SliderSwitch.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\AxisMonitor.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\RemoteIDIndicatorPage.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\AutotuneUI.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCMovableItem.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\SetupPage.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\RCChannelMonitor.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\IndicatorButton.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\CameraCalcGrid.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\BatteryIndicator.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\SurveyMapVisuals.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\ToolStrip.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\MainStatusIndicatorOfflinePage.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCFlickable.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\FlightModeIndicator.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\DropPanel.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCComboBox.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\TransectStyleComplexItemStats.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\HackFileDialog.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCTabButton.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\GeoFenceMapVisuals.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\PreFlightCheckModel.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCMouseArea.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCSimpleMessageDialog.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\APMSubMotorDisplay.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCDynamicObjectManager.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\DropButton.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\MAVLinkMessageButton.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCMapLabel.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\PlanEditToolbar.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCListView.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\ContentAreaCalc.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\FirstRunPrompt.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\ToolStripHoverButton.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\TransectStyleComplexItemEditor.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCCheckBoxSlider.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCGroupBox.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCOptionsComboBox.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\HeightIndicator.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\SelectableControl.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCColumnButton.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCButton.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\TransectStyleComplexItemTabBar.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\ModeSwitchDisplay.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\RallyPointMapVisuals.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\LabelledLabel.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCCheckBox.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCToolBarButton.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCMarqueeLabel.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\EditPositionDialog.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\MainStatusIndicator.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\MissionCommandDialog.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCTabBar.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\SectionHeader.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\VehicleRotationCal.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\RallyPointItemEditor.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\QGCRadioButton.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\TransectStyleMapVisuals.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\PipState.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\AnalyzePage.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\ParameterEditorDialog.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\TransectStyleComplexItemTerrainFollow.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\MultiRotorMotorDisplay.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\ParameterDiffDialog.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\RCToParamDialog.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\InstrumentValueValue.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\GeoFenceEditor.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\PreFlightCheckButton.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\MissionItemEditor.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\RallyPointEditorHeader.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\PreFlightCheckGroup.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\Controls\FlightModeMenu.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\MissionItemIndicator.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\PolygonEditor.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\CustomMapItems.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\FlightMap.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\QGCMapCircleVisuals.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\CenterMapDropPanel.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\MissionItemView.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\PhotoVideoControl.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\MissionItemIndicatorDrag.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\CompassHeadingIndicator.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\QGCAttitudeWidget.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\MapScale.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\MissionLineView.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\QGCMapPolygonVisuals.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\SplitIndicator.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\CompassDial.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\QGCCompassWidget.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\MapFitFunctions.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\QGCAttitudeHUD.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\QGCPitchIndicator.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\QGCMapPolylineVisuals.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\ProximityRadarMapView.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\PlanMapItems.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\MapLineArrow.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\VehicleMapItem.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\QGCVideoBackground.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\QGCArtificialHorizon.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\CameraTriggerIndicator.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightMap\CenterMapDropButton.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FactControls\FactTextFieldGrid.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FactControls\FactCheckBoxSlider.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FactControls\LabelledFactTextField.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FactControls\FactBitmask.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FactControls\LabelledFactSlider.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FactControls\FactLabel.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FactControls\FactComboBox.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FactControls\FactCheckBox.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FactControls\FactTextField.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FactControls\FactValueSlider.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FactControls\FactTextFieldSlider.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FactControls\FactTextFieldRow.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FactControls\LabelledFactComboBox.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FactControls\AltitudeFactTextField.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\PX4\BatteryParams.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\PX4\SensorSetupPage.qml:The system cannot find the file specified.
        Cannot open input file C:\Users\User\qgroundcontrol\src\QmlControls\QGroundControl\FlightDisplay\ObstacleDistanceOverlay.qml:The system cannot find the file specified.
        Cannot open input file
        Warning: QML import could not be resolved in any of the import paths: QGroundControl.ScreenToolsController
        Warning: QML import could not be resolved in any of the import paths: QGroundControl.QGCMapEngineManager
        Warning: QML import could not be resolved in any of the import paths: QGroundControl.AutoPilotPlugin
        Warning: QML import could not be resolved in any of the import paths: QGroundControl.Viewer3D
        Warning: QML import could not be resolved in any of the import paths: org.freedesktop.gstreamer.GLVideoItem
        Downloading https://services.gradle.org/distributions/gradle-8.7-bin.zip
        ............10%.............20%.............30%.............40%............50%.............60%.............70%.............80%.............90%............100%

        Welcome to Gradle 8.7!

        1 Reply Last reply
        0

        1/3

        5 Jun 2024, 07:39

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved