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. qt android arm64-v8a not launching the simplest ui but works fine in armeabi-v7a
Forum Updated to NodeBB v4.3 + New Features

qt android arm64-v8a not launching the simplest ui but works fine in armeabi-v7a

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 1 Posters 442 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.
  • L Offline
    L Offline
    leoluopy
    wrote on last edited by leoluopy
    #1

    i am using qt 5.12 android , it works fine at armeabi-v7a .
    and to begin with , it can not compile the arm64-v8a after i set ANDROID_NDK_PLATFORM=android-21 , then arm64-v8a can be properly compiled . but when i launch it , it shows not ui items, but a full white screen. any one can help ?
    addition informations:
    1 . i design the ui using qt designer , i only has a simplest label and a pushbutton
    2. all code and configs are uploaded at baidu cloud
    链接: https://pan.baidu.com/s/1ooUXdnpl_nL8uK8lFxIZyQ 提取码: ksw2 复制这段内容后打开百度网盘手机App,操作更方便哦
    3. contact me by email : 8944105@qq.com or wechat ID: leoluopy
    4. the app launches properly in both x86 emulator and a ameabi-v7a real machine debugging

    L 1 Reply Last reply
    0
    • L leoluopy

      i am using qt 5.12 android , it works fine at armeabi-v7a .
      and to begin with , it can not compile the arm64-v8a after i set ANDROID_NDK_PLATFORM=android-21 , then arm64-v8a can be properly compiled . but when i launch it , it shows not ui items, but a full white screen. any one can help ?
      addition informations:
      1 . i design the ui using qt designer , i only has a simplest label and a pushbutton
      2. all code and configs are uploaded at baidu cloud
      链接: https://pan.baidu.com/s/1ooUXdnpl_nL8uK8lFxIZyQ 提取码: ksw2 复制这段内容后打开百度网盘手机App,操作更方便哦
      3. contact me by email : 8944105@qq.com or wechat ID: leoluopy
      4. the app launches properly in both x86 emulator and a ameabi-v7a real machine debugging

      L Offline
      L Offline
      leoluopy
      wrote on last edited by leoluopy
      #2

      I have fixed it after a period of debugging . but it's not likely going to appear every time . Or if you install your environment the first time , the phenomenon will not appear .
      i fix it just add by the fellowing approach :
      QT += core gui multimedia multimediawidgets

      1 Reply Last reply
      0

      • Login

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