Quote Originally Posted by ChrisW67 View Post
Are you able to build, deploy, and run a simple "Hello world!" program that uses iostream for Android using your build environment?

Your pro file does indeed include a bunch of folders for your native environment: all includes and libraries should be coming from the NDK. It also contains what looks like the wrong name for the freesteam library.
Well, I can build and run simple programs but I have to admit that I don't know what exactly an iostream for android is.

I am assuming the the three libs have been built with the cross-compiler and installed in the NDK default library path.
When I installed them I just used the ./run like command from the terminal so I'm assuming the weren't built with a cross compiler! And for sure they're not in the default library path of the NDK.

Going after what you said, it pretty much looks like I'm hopeless huh?

Thank you very much.