Trying to build an app. Cannot find -lc++
Solved
Installation and Deployment
-
Hello,
Yesterday, I installed the ndk, sdk (installing Android Studio) and jdk in my computer in order to can create applications for android. After some troubles I could make a virtual device. But when I create a new Qt Quick Application for android and debug or release the project I get the following error:error: cannot find -Ic++
linker command failed with exit code 1 (use -v to see invocation)I dont know exactly what it is wrong because the virtual device is opened but not the app.
This is a capture of the configuration for android devices:
Does anyone know what I can do to solve the problem?
Thanks