Results 1 to 2 of 2

Thread: Help QT Android Instalation Trouble

  1. #1
    Join Date
    Apr 2024
    Posts
    2
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Windows

    Exclamation Help QT Android Instalation Trouble

    Hey there, i want make apps for Android but it seems have trouble

    First, its show a error sign like this
    3e8aece4-fa3a-4c2d-9773-3bcc3946f134.png


    IDK what wrong because i do like this tutorial doing https://doc.qt.io/qt-6/android-getting-started.html
    because of that i cant make android device for simulation
    921e309c-8c29-49ab-8239-0786d1dce5d1.jpg
    1d491ec4-566a-4b11-9fca-01fa67cd3362.jpg

    I think it say device not set, but when i want to make device it never got saved

  2. #2
    Join Date
    Aug 2024
    Posts
    1
    Qt products
    Qt/Embedded
    Platforms
    MacOS X

    Default Re: Help QT Android Instalation Trouble

    Check SDK and NDK Paths: Make sure that the Android SDK and NDK paths are correctly set in Qt Creator. Go to Tools > Options > Kits > Android and verify the paths for the SDK and NDK.

    Update Your Tools: Ensure that you have the latest versions of Android Studio, SDK, and NDK installed. Sometimes outdated tools can cause compatibility issues.

    Verify Device Setup: If your Android device isn't recognized, make sure USB debugging is enabled on the device and that you have the appropriate drivers installed on your computer.

    Check Emulator Configuration: If you’re using an emulator, double-check that it’s configured correctly and that the AVD (Android Virtual Device) is running. You might need to create a new AVD in Android Studio if the current one isn't working.
    Review Qt Kits Configuration: Ensure that your Qt kits are correctly configured to include Android support. Go to Tools > Options > Kits and verify that an Android kit is available and properly set up.

    Consult Logs: Check the logs and error messages for more details on what might be going wrong. Sometimes, the error messages provide specific clues about what needs to be fixed.

Similar Threads

  1. QT Android Instalation
    By fadlianturu6 in forum Newbie
    Replies: 0
    Last Post: 25th April 2024, 03:21
  2. Replies: 1
    Last Post: 26th March 2021, 23:49
  3. Please help with QT instalation and error
    By mzein1292 in forum Newbie
    Replies: 1
    Last Post: 22nd October 2015, 22:21
  4. Trouble setting up Qt for Android
    By marmistrz in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 25th April 2015, 10:44
  5. Qt and VC++ instalation problem
    By gui.br in forum Installation and Deployment
    Replies: 6
    Last Post: 21st July 2009, 08:13

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.