Browse Source
* install and use NDK r21e * update QT install action from v2 to v3 Starting with NDK Version r24 llvm will not accept one-dash long options anymore. This is bug QTBUG-104580 https://bugreports.qt.io/browse/QTBUG-104580 The r23c NDK version did not work due to issues with stripping symbols. So I install and use r21e. QT 5.15.2 uses gradle version 5.6.4 with the default android gradle plugin 3.6.0. With gradle 6.9.2 and android gradle plugin 4.2.2 the 32bits build worked. NDK r22b is not compatible with gstreamer 1.18 and results in a failing 64bit build. Therefore r21e is required for gstreamer support. Closes: #10360QGC4.4
1 changed files with 12 additions and 1 deletions
Loading…
Reference in new issue