Can I use Qt Android with Microsoft Visual C++ Compiler?
-
wrote on 2 Mar 2016, 11:26 last edited by
Hi; I tried Qt Android with MSVC but I did not succeed. I installed MSVC 2013 with Visual Studio 2013 and it created only Microsoft Visual C++ 2013 Compiler for Desktop but it did not create Microsoft Visual C++ 2013 Compiler for Android. Actually can I develop android Qt with MSVC? Thanks.
-
Hi; I tried Qt Android with MSVC but I did not succeed. I installed MSVC 2013 with Visual Studio 2013 and it created only Microsoft Visual C++ 2013 Compiler for Desktop but it did not create Microsoft Visual C++ 2013 Compiler for Android. Actually can I develop android Qt with MSVC? Thanks.
wrote on 2 Mar 2016, 11:32 last edited byYou should install Qt creator as IDE and Android package through maintenance tool.
There are some helpful documents for development with Android. -
No, you can't. Microsoft C++ compiler can only generate binaries for x86/x86_64.
You need the NDK which contains a compiler which can generate ARM binaries for Android.
1/3