Getting Started with Qt5 for Android

Getting Started with Qt for Android

Requirements

In order to use Qt for Android, you need the following:

Note: You must set the JAVA_HOME environment variable to the JDK install directory path so that Qt Creator finds the binaries required to build your application.

After installing these tools, update the Android SDK to get the API and tools packages required for development. You can update the SDK using the android tool that comes with the SDK Tools package. For example, on Ubuntu the following command starts the Android SDK Manager, which enables you to select the packages you want to install:

./android update sdk

Installing Qt for Android

The Qt 5 installers for different platforms are available from the Downloads page. Choose the one that is appropriate.

Note: Enterprise packages are available from the Try Qt Enterprise page. Qt for Android is also available as part of Qt Mobile Edition, see qt.digia.com for details.

Once you have the installer, follow these steps:

  1. Run the installer to begin installing Qt 5 on your development platform.
  2. Select the components you need in the Select Components screen and click Next.
  3. After the installation is complete, the installer lets you open Qt Creator and the README. Select to open Qt Creator and click Finish.
  4. Select Tools > Options > Android in Qt Creator to add the Android NDK and SDK paths. For more details, see Qt Creator Manual.

Now you can test your development setup by running the examples that came with the Qt 5 package installed earlier. You can browse the examples in Qt Creator Welcome mode. Use the android filter in the search field to list all the examples tested on Android.

posted on 2014-06-26 15:15  Eaglezzb  阅读(138)  评论(0编辑  收藏  举报

导航