Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Android Kit error message
-
Hi,
I have an Android project. I am trying to run in Debug mode on Android for x86 (Clang Qt 5.12.3 Android x86 Felgo) kit. I keep getting the following error message::-1: error: error: cannot find -lc++
:-1: error: linker command failed with exit code 1 (use -v to see invocation)What am I missing?
Thank you for your help.
-
Did you check if there is the library present?
Is the path in the link correctly set?
-
@koahnig
Where is that library supposed to be?
-
In Qt creator you can find under "Tools"->"Options"->"Kits" and compiler tab the actual location of the compiler used. Typically there you should find the libs required for that specific cross-compiler.
How did you install the Android kit?
-
-
@J-Hilk
Thank you. This solution worked.