Hello,
I am new to Qt.
I want to have android and MinGW on one system (Windows 32Bit).
Should I download both of them? or no?
Where can I download Android NDK?
Printable View
Hello,
I am new to Qt.
I want to have android and MinGW on one system (Windows 32Bit).
Should I download both of them? or no?
Where can I download Android NDK?
The compiler for Android is part of Android SDK which you need to download.
Can I use Qt for Android to compile MinGW 32 programs?
MinGW is a windows compiler not an android compiler. You can't use an android compiler to build windows apps.
Thanks.
There are some options for Qt 5.2.
1-Qt 5.2.0 for Android (Windows 32-bit, 761 MB) (Info)
2-Qt 5.2.0 for Windows 32-bit (MinGW 4.8, OpenGL, 689 MB) (Info)
I should download 2 version of Qt to have both android and MinGW? or no there is custom option to have both them?
Yes. You cannot build and deploy applications for Android using native Win32 libraries, or vice versa, any more than you can build for a Mac or iPad.Quote:
I should download 2 version of Qt to have both android and MinGW?
If you want both of them then tick the boxes next to both of them.Quote:
or no there is custom option to have both them?