• 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.

  • 相关阅读:
    ios开发之--UITextField光标右移
    ios开发之--复制到剪切板
    Splash scroll_position 属性
    Splash plugins_enabled 属性
    Splash images_enabled 属性
    Splash resource_timeout 属性
    Splash js_enabled 属性
    Splash args 属性
    Splash 对象属性
    Splash Lua 脚本
  • 原文地址:https://www.cnblogs.com/eaglezzb/p/4176470.html
Copyright © 2020-2023  润新知