2012-10-02 09:12:39 +02:00
|
|
|
/**************************************************************************
|
2012-07-24 15:31:23 +02:00
|
|
|
**
|
2013-01-28 17:12:19 +01:00
|
|
|
** Copyright (c) 2013 Digia Plc and/or its subsidiary(-ies).
|
2012-10-02 09:12:39 +02:00
|
|
|
** Contact: http://www.qt-project.org/legal
|
2012-07-24 15:31:23 +02:00
|
|
|
**
|
2012-10-02 09:12:39 +02:00
|
|
|
** This file is part of Qt Creator
|
2012-07-24 15:31:23 +02:00
|
|
|
**
|
|
|
|
|
**
|
|
|
|
|
** GNU Free Documentation License
|
|
|
|
|
**
|
|
|
|
|
** Alternatively, this file may be used under the terms of the GNU Free
|
|
|
|
|
** Documentation License version 1.3 as published by the Free Software
|
|
|
|
|
** Foundation and appearing in the file included in the packaging of this
|
|
|
|
|
** file.
|
|
|
|
|
**
|
|
|
|
|
**
|
2012-10-02 09:12:39 +02:00
|
|
|
**************************************************************************/
|
2012-07-24 15:31:23 +02:00
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
|
|
|
|
|
\contentspage index.html
|
2012-09-07 16:15:58 +02:00
|
|
|
\previouspage creator-deployment.html
|
2012-07-24 15:31:23 +02:00
|
|
|
\page creator-deploying-android.html
|
2013-02-21 14:55:22 +01:00
|
|
|
\nextpage creator-deployment-bb10.html
|
2012-07-24 15:31:23 +02:00
|
|
|
|
|
|
|
|
\title Deploying Applications to Android Devices
|
|
|
|
|
|
|
|
|
|
To specify settings for deploying applications to Android devices, select
|
|
|
|
|
\gui Projects > \gui Run.
|
|
|
|
|
|
|
|
|
|
\image qtcreator-deploy-android.png "Deploy configurations"
|
|
|
|
|
|
2013-03-04 13:21:27 +01:00
|
|
|
Select the \gui {Use Qt libraries from device} option to use Qt libraries installed
|
|
|
|
|
on the device. If you also select the \gui {Use local Qt libraries} check box, \QC passes
|
|
|
|
|
special parameters to the application, forcing it to use Qt libraries from the
|
|
|
|
|
\c{/data/local/tmp/qt} folder on the device. If you do not select it, the application needs
|
|
|
|
|
the Ministro package to run.
|
|
|
|
|
|
|
|
|
|
Select the \gui {Deploy local Qt libraries} option to deploy Qt libraries from
|
|
|
|
|
the specified Qt for Android SDK (for example, android-lighthouse-4.8.0).
|
|
|
|
|
This option enables you to develop on the Qt framework to test it. This
|
|
|
|
|
option automatically selects the \gui {Use local Qt libraries} check box, but you
|
|
|
|
|
can use it also independently.
|
2012-07-24 15:31:23 +02:00
|
|
|
|
|
|
|
|
\section1 Installing Ministro
|
|
|
|
|
|
2013-03-04 13:21:27 +01:00
|
|
|
To install Ministro, select the \gui {Install Ministro, system-wide Qt shared
|
|
|
|
|
libraries installer} option. You
|
|
|
|
|
can use this option also to install any Android package (.apk). You can use this
|
2012-07-24 15:31:23 +02:00
|
|
|
option to install applications on an Android Virtual Device (AVD). Download
|
|
|
|
|
the Ministro .apk from the Google Market or from the
|
|
|
|
|
\l{http://necessitas.kde.org/necessitas/ministro.php}{Ministro} home page.
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|