blob: 55063cb717c9ec38cf7dcb52755447998a6b2a4b [file] [log] [blame]
David Friedmane8ce43d2014-06-14 00:37:45 -07001<!doctype html>
2<html>
3<head>
4<meta charset="utf-8">
5<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
6<style>
7h1,
8h2,
9h3,
10h4,
11h5,
12h6,
13p,
14blockquote {
15 margin: 0;
16 padding: 0;
17}
18body {
19 font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
20 font-size: 13px;
21 line-height: 18px;
22 color: #737373;
23 background-color: white;
24 margin: 10px 13px 10px 13px;
25}
26table {
27 margin: 10px 0 15px 0;
28 border-collapse: collapse;
29}
30td,th {
31 border: 1px solid #ddd;
32 padding: 3px 10px;
33}
34th {
35 padding: 5px 10px;
36}
37
38a {
39 color: #0069d6;
40}
41a:hover {
42 color: #0050a3;
43 text-decoration: none;
44}
45a img {
46 border: none;
47}
48p {
49 margin-bottom: 9px;
50}
51h1,
52h2,
53h3,
54h4,
55h5,
56h6 {
57 color: #404040;
58 line-height: 36px;
59}
60h1 {
61 margin-bottom: 18px;
62 font-size: 30px;
63}
64h2 {
65 font-size: 24px;
66}
67h3 {
68 font-size: 18px;
69}
70h4 {
71 font-size: 16px;
72}
73h5 {
74 font-size: 14px;
75}
76h6 {
77 font-size: 13px;
78}
79hr {
80 margin: 0 0 19px;
81 border: 0;
82 border-bottom: 1px solid #ccc;
83}
84blockquote {
85 padding: 13px 13px 21px 15px;
86 margin-bottom: 18px;
87 font-family:georgia,serif;
88 font-style: italic;
89}
90blockquote:before {
91 content:"\201C";
92 font-size:40px;
93 margin-left:-10px;
94 font-family:georgia,serif;
95 color:#eee;
96}
97blockquote p {
98 font-size: 14px;
99 font-weight: 300;
100 line-height: 18px;
101 margin-bottom: 0;
102 font-style: italic;
103}
104code, pre {
105 font-family: Monaco, Andale Mono, Courier New, monospace;
106}
107code {
108 background-color: #fee9cc;
109 color: rgba(0, 0, 0, 0.75);
110 padding: 1px 3px;
111 font-size: 12px;
112 -webkit-border-radius: 3px;
113 -moz-border-radius: 3px;
114 border-radius: 3px;
115}
116pre {
117 display: block;
118 padding: 14px;
119 margin: 0 0 18px;
120 line-height: 16px;
121 font-size: 11px;
122 border: 1px solid #d9d9d9;
123 white-space: pre-wrap;
124 word-wrap: break-word;
125}
126pre code {
127 background-color: #fff;
128 color:#737373;
129 font-size: 11px;
130 padding: 0;
131}
132sup {
133 font-size: 0.83em;
134 vertical-align: super;
135 line-height: 0;
136}
137* {
138 -webkit-print-color-adjust: exact;
139}
140@media screen and (min-width: 914px) {
141 body {
142 width: 854px;
143 margin:10px auto;
144 }
145}
146@media print {
147 body,code,pre code,h1,h2,h3,h4,h5,h6 {
148 color: black;
149 }
150 table, pre {
151 page-break-inside: avoid;
152 }
153}
154</style>
155<title>Native Development Kit ("NDK") Documentation</title>
156
157</head>
158<body>
159<h1>Native Development Kit ("NDK") Documentation</h1>
160
161<p>This directory contains the documentation for the NDK. Here, you'll find the following documents:</p>
162
163<ul>
164<li><a href="Getting_Started/html/index.html">Getting Started with the NDK</a></li>
165<li><a href="Programmers_Guide/html/index.html">NDK Programmer's Guide</a></li>
166<li>Additional documentation for libraries often used with the NDK</li>
167</ul>
168Copyright 2014, Google, Inc.
169All rights reserved.
170</body>
171</html>