QGCS error for Android
Unsolved
Mobile and Embedded
-
@jsulm No libpng was not found while running cmake.
and it is not presend in this location:
"C:/Users/Software/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib/aarch64-linux-android"where will i get libpng ?
-
@InsideFPV If Android NDK does not provide it you will have to build it by yourself from source.
-
@InsideFPV Take a look at https://github.com/julienr/libpng-android
Official description how to build: https://github.com/pnggroup/libpng/blob/libpng16/INSTALL -
-
You're missing libjpeg library now. Install it.
-
-
@InsideFPV Maybe you should ask QGCS project? It is not part of Qt...