Hello,
I don’t know if I am in the good forum, but I don’t see any Felgo 4 specific forum yet…
My problem isn’t when compiling, this step is all good for all targets. When I try launching the app on Android I got this error :
E AndroidRuntime: FATAL EXCEPTION: qtMainLoopThread
E AndroidRuntime: Process: com.***.***.***, PID: 12317
E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__emutls_get_address" referenced by "/data/app/~~8HLoLLq_ofnP--DWo_UZ_g==/com.***.***.***-aJZ31QEEviR55slRRgHjKw==/lib/arm64/libQt6Core_arm64-v8a.so"...
E AndroidRuntime: at java.lang.Runtime.load0(Runtime.java:929)
E AndroidRuntime: at java.lang.System.load(System.java:1625)
E AndroidRuntime: at org.qtproject.qt.android.QtNative$2.run(QtNative.java:432)
E AndroidRuntime: at org.qtproject.qt.android.QtThread$2.run(QtThread.java:51)
E AndroidRuntime: at org.qtproject.qt.android.QtThread$1.run(QtThread.java:25)
E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012)
I have no problems running on iOS and Windows. It’s Android specific, I tried arm64-v8a and armeabi-v7a, different devices and different version of SDK and NDK…
Maybe you can give me a working build configuration, so that I can check if something went wrong.
I’m using the default template for todo app, so I think the gradle config and AndroidManifest are okay.
Thanks.