Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

README.md

Outline

Quick Android Example Program

Pre-built Binary

Download

Remarks: Daily build for non-master branch may not be working.

Prerequisites

  • 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

Build Instruction

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

Screenshot

FAQ

  1. 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"
Morty Proxy This is a proxified and sanitized view of the page, visit original site.