C++學習(一九六)Qt5.12+osg3.6for Android
阿新 • • 發佈:2021-02-02
技術標籤: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、