Remarks: Daily build for non-master branch may not be working.
- Qt Android SDK >= 5.3.0
- Android SDK
Check this article for how to setup Qt and Android SDK:
Getting Started with Qt for Android
- Open quickandroidexample.pro by Qt Creator
- Press the "Projects" tab. Make sure the "Android for xxx" kit has been selected
- Plug a Android device to your computer
- Press "Build" -> "Run"
- The program will be deployed to your device. It is so easy!
- How to prevent to show a scene with only application title on startup?
Add the following attribute to AndroidManifest.xml within activity tag
android:theme="@android:style/Theme.Black.NoTitleBar"
