Friendiqa/source-android/androidnative.pri/examples/androidnativeexample/README.md

729 B

AndroidNative Example Program

Prerequisites

  • Qt Android SDK >= 5.6
  • Android SDK

Check this article for how to setup Qt and Android SDK:

Getting Started with Qt for Android

Build Instruction

  1. Run qpm install to get required packages
  2. Open androidnativeexample.pro by Qt Creator
  3. Press the "Projects" tab. Make sure the "Android for xxx" kit has been selected
  4. Plug a Android device to your computer
  5. Press "Build" -> "Run"
  6. The program will be deployed to your device. It is so easy!

Screenshot