Creating an Android Application

I am installing qt-everywhere-opensource-src-5.2.1.zip for Windows and I want it to be able to be used to create an Android application using Visual Studio 2010. Am I doing this right? Will this version of Qt work for an Android application and is it okay to use Visual Studio 2010 for this kind of thing? I am coding in C ++.

thank

+4
source share
1 answer

You must download and install:

  • Qt 5.x here .
  • Android SDK (version 22+) here
  • NDK (ver. R9 +) here

Android Java, , SDK, ADT Bundle Android Studio.

, Android SDK ( ) , Android API-13! Android SDK Platform-tools Android SDK Build-tools.

Qt Creator. → - > Android Android SDK NDK.

+3

Source: https://habr.com/ru/post/1532695/


All Articles