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. -
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? -
-
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.