1 <!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> 7 h1, 8 h2, 9 h3, 10 h4, 11 h5, 12 h6, 13 p, 14 blockquote { 15 margin: 0; 16 padding: 0; 17 } 18 body { 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 } 26 table { 27 margin: 10px 0 15px 0; 28 border-collapse: collapse; 29 } 30 td,th { 31 border: 1px solid #ddd; 32 padding: 3px 10px; 33 } 34 th { 35 padding: 5px 10px; 36 } 37 38 a { 39 color: #0069d6; 40 } 41 a:hover { 42 color: #0050a3; 43 text-decoration: none; 44 } 45 a img { 46 border: none; 47 } 48 p { 49 margin-bottom: 9px; 50 } 51 h1, 52 h2, 53 h3, 54 h4, 55 h5, 56 h6 { 57 color: #404040; 58 line-height: 36px; 59 } 60 h1 { 61 margin-bottom: 18px; 62 font-size: 30px; 63 } 64 h2 { 65 font-size: 24px; 66 } 67 h3 { 68 font-size: 18px; 69 } 70 h4 { 71 font-size: 16px; 72 } 73 h5 { 74 font-size: 14px; 75 } 76 h6 { 77 font-size: 13px; 78 } 79 hr { 80 margin: 0 0 19px; 81 border: 0; 82 border-bottom: 1px solid #ccc; 83 } 84 blockquote { 85 padding: 13px 13px 21px 15px; 86 margin-bottom: 18px; 87 font-family:georgia,serif; 88 font-style: italic; 89 } 90 blockquote:before { 91 content:"\201C"; 92 font-size:40px; 93 margin-left:-10px; 94 font-family:georgia,serif; 95 color:#eee; 96 } 97 blockquote p { 98 font-size: 14px; 99 font-weight: 300; 100 line-height: 18px; 101 margin-bottom: 0; 102 font-style: italic; 103 } 104 code, pre { 105 font-family: Monaco, Andale Mono, Courier New, monospace; 106 } 107 code { 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 } 116 pre { 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 } 126 pre code { 127 background-color: #fff; 128 color:#737373; 129 font-size: 11px; 130 padding: 0; 131 } 132 sup { 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> 168 Copyright 2014, Google, Inc. 169 All rights reserved. 170 </body> 171 </html> 172