This file is indexed.

/usr/share/qt5/doc/qtdoc/androidgs.html is in qt5-doc-html 5.3.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- android.qdoc -->
  <title>Getting Started with Qt for Android | QtDoc 5.3</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
    <div class="main">
    <div class="main-rounded">
        <div class="navigationbar">
        <ul>
<li><a href="index.html">Qt 5.3</a></li>
<li>Getting Started with Qt for Android</li>
<li id="buildversion">
Qt 5.3.2 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#requirements">Requirements</a></li>
<li class="level1"><a href="#installing-qt-for-android">Installing Qt for Android</a></li>
</ul>
</div>
<h1 class="title">Getting Started with Qt for Android</h1>
<span class="subtitle"></span>
<!-- $$$androidgs.html-description -->
<div class="descr"> <a name="details"></a>
<a name="requirements"></a>
<h2>Requirements</h2>
<p>In order to use <a href="android-support.html">Qt for Android</a>, you need the following:</p>
<ul>
<li><a href="http://developer.android.com/sdk/index.html">The Android SDK Tools</a></li>
<li><a href="http://developer.android.com/tools/sdk/ndk/index.html">The Android NDK</a></li>
<li><a href="http://ant.apache.org/bindownload.cgi">Apache Ant</a> v1.8 or later</li>
<li><a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html">Java SE Development Kit</a> (JDK) v6 or later. You can also use <a href="http://openjdk.java.net">OpenJDK</a> on Linux.</li>
<li>On Windows, you need the following additional installations:<ul>
<li><a href="http://www.mingw.org/">MinGW</a> v4.8&#x2e;0 revision 2</li>
<li>Android Debug Bridge (ADB) driver on the Windows platform to enable USB debugging. The default USB driver on Windows does not allow debugging. For details about how to get the USB driver, see <a href="http://developer.android.com/sdk/win-usb.html">http://developer.android.com/sdk/win-usb.html</a>.<p>After installing the driver, try running a few basic <a href="http://developer.android.com/tools/help/adb.html">adb</a> commands and check whether your device responds to it.</p>
</li>
</ul>
</li>
</ul>
<p>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 <a href="http://developer.android.com/tools/help/android.html">android</a> tool that comes with the SDK Tools package. For example, on Ubuntu the following command starts the <a href="http://developer.android.com/sdk/installing/adding-packages.html">Android SDK Manager</a>, which enables you to select the packages you want to install:</p>
<pre class="cpp"><span class="operator">.</span><span class="operator">/</span>android update sdk</pre>
<p><b>Note: </b>If you're developing on a 64-bit Linux machine, you must install the following dependencies in order to run 32-bit executables like <tt>adb</tt>, which allows Qt Creator to find devices to deploy to:</p><pre class="cpp">sudo apt<span class="operator">-</span>get install libstdc<span class="operator">+</span><span class="operator">+</span><span class="number">6</span>:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386</pre>
<p>To run the emulator, the following dependencies are also necessary:</p>
<pre class="cpp">sudo apt<span class="operator">-</span>get install libsdl1<span class="operator">.</span><span class="number">2debian</span>:i386</pre>
<a name="installing-qt-for-android"></a>
<h2>Installing Qt for Android</h2>
<p>The Qt 5 installers for different platforms are available from the <a href="http://qt-project.org/downloads">Downloads</a> page. Choose the one that is appropriate.</p>
<p><b>Note: </b>Enterprise packages are available from the <a href="http://qt.digia.com/Try-Buy/">Try Qt Enterprise</a> page.</p><p>Once you have the installer, follow these steps:</p>
<ol class="1">
<li>Run the installer to begin installing Qt 5 on your development platform.</li>
<li>Select the components you need in the <b>Select Components</b> screen and click <b>Next</b>.</li>
<li>After the installation is complete, the installer lets you open Qt Creator and the README. Select to open Qt Creator and click <b>Finish</b>.</li>
<li>Select <b>Tools &gt; Options &gt; Android</b> in Qt Creator to add the Android NDK and SDK paths. For more details, see <a href="http://qt-project.org/doc/qtcreator/creator-developing-android.html">Qt Creator Manual</a>.</li>
</ol>
<p>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 <b>Welcome</b> mode. Use the <tt>android</tt> filter in the search field to list all the examples tested on Android.</p>
<p>To develop a simple application from scratch, see <a href="http://qt-project.org/doc/qtcreator/creator-mobile-app-tutorial.html">Creating a Mobile Application</a>.</p>
</div>
<!-- @@@androidgs.html -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2014 Digia Plc and/or its
   subsidiaries. Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Digia, Qt and their respective logos are trademarks of Digia Plc     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>