1. 程式人生 > 其它 >C++學習(一九六)Qt5.12+osg3.6for Android

C++學習(一九六)Qt5.12+osg3.6for Android

技術標籤:C++學習

1、編譯osg為Android庫

android-ndk-r19c需要的cmake最小版本是3.6

android-ndk-r19c\build\cmake\android.toolchain.cmake
cmake_minimum_required(VERSION 3.6.0)

需要第三方庫3rdpartyAndroid.zip(https://pan.baidu.com/s/1miG5ggC),含armeabiarmeabi-v7a。

沒有osg3.6,但是可以參考

http://www.openscenegraph.org/index.php/documentation/platform-specifics/android

2、開發Android程式

3、