qtav build error
-
i am compile qtav QMl player with qt5.13.1 when starting app
it is crashing i am getting below errorE AndroidRuntime: Process: org.qtav.qmlplayer, PID: 4901
E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: library "libswresample.so" not found
E AndroidRuntime: at java.lang.Runtime.load0(Runtime.java:928)
E AndroidRuntime: at java.lang.System.load(System.java:1621)
E AndroidRuntime: at org.qtproject.qt5.android.QtNative$2.run(QtNative.java:199)
E AndroidRuntime: at org.qtproject.qt5.android.QtThread$2.run(QtThread.java:87)
E AndroidRuntime: at org.qtproject.qt5.android.QtThread$1.run(QtThread.java:61) -
@satyanarayana143 said in qtav build error:
library "libswresample.so" not found
Did you notice this?
-
how to solve that issue for qt andriod
-
@satyanarayana143 By providing this library as part of your app
-
how to add ffmpeg libraries to the apk in android
-
@satyanarayana143 I'm not an Android expert, so don't know
-
Hi,
@satyanarayana143 said in qtav build error:
how to add ffmpeg libraries to the apk in android
Follow the related Qt documentation and the links in it.