Qt 5 13 Android開發初探

2021-10-20 16:26:44 字數 1123 閱讀 3783

qt官網

註冊個帳戶吧, 後續安裝會用到

install qt 5 on ubuntu

安裝(qt-opensource-linux-x64-5.13.2.run) 改許可權, 直接執行.

參考文件: 在ubuntu下搭建qt開發環境和qt creator

tools > options > devices > android 配置android sdk 和 ndk

有兩個條件不滿足:

android ndk directory structure is correct

android ndk installed into a path without spaces

ndk的路徑選擇的是與androidstudio一樣的, 並且這個版本的ndk也是可用的(版本: 22.0.6917172)

剛開始, 選擇忽略了上面的問題, 強行編譯後出現以下features.h標頭檔案找不到

嘗試搜尋問題的答案, 結果一無所獲, 參閱過文章:

missing library #include #688

qt 5.14 new installation ~ error

custom kit (self-compiled qt 5.9) : features.h not found

於是, 不得不回過頭來解決ndk的問題, 既然這個版本檢測不能用, 那用哪個版本就成了問題的關鍵,

很快有了答案qt for android - building from source

其中有提及到android ndk r18

android-ndk-r18b-linux-x86_64.zip

OpenCV4 11 QT5 13開發初體驗

在開發過程中,一般需要包括以下這些標頭檔案 include include include最常用的使用方法 using namespace cv 建立乙個空影象 mat image 讀取輸入影象 image imread d nonmetal no press.png 1 定義視窗 可選 named...

Android實際開發問題12 渲染初認識

本篇部落格只是將自己對於ui渲染的認識簡單說明一下.首先從android系統卡頓說起,android介面為什麼會發生卡頓呢?主要是因為android手機 大部分 渲染頻率為60hz,即1s可以渲染1000 60 16.6666ms,意思就是說,介面的處理必須在這16.666ms中處理完,如果由於繪製...

QT公升級5 10後Android開發變動

今天解除安裝了5.9安裝了5.10,安卓相關的jdk ndk什麼的都沒刪,全新裝完以後,在option device頁面,自動識別到了以前配置的jdk sdk ndk,不需要重新配置。回頭仔細看compile output android package built successfully in ...