diff options
author | David Friedman <dmail@google.com> | 2015-05-26 13:21:24 -0700 |
---|---|---|
committer | David Friedman <dmail@google.com> | 2015-05-27 02:42:00 -0700 |
commit | 14d1777383a50b143083041517fbd29c918544bb (patch) | |
tree | 9438c965cdf67e0c5a88cad8bc2a7c51f2c83764 /docs/html-ndk/ndk/guides/ndk-gdb.jd | |
parent | a67fa862dc6b46b7642e2abfc2df3146d8be5d98 (diff) | |
download | frameworks_base-14d1777383a50b143083041517fbd29c918544bb.zip frameworks_base-14d1777383a50b143083041517fbd29c918544bb.tar.gz frameworks_base-14d1777383a50b143083041517fbd29c918544bb.tar.bz2 |
Docs: Final, master CL for NDK-docs-to-DAC for IO: "Guides," "Downloads" tabs.
Change-Id: Ifeeb0f55ef849cf6fd262858fae1dc0f45e7aa52
Diffstat (limited to 'docs/html-ndk/ndk/guides/ndk-gdb.jd')
-rw-r--r-- | docs/html-ndk/ndk/guides/ndk-gdb.jd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html-ndk/ndk/guides/ndk-gdb.jd b/docs/html-ndk/ndk/guides/ndk-gdb.jd index 2370ba2..b15e67e 100644 --- a/docs/html-ndk/ndk/guides/ndk-gdb.jd +++ b/docs/html-ndk/ndk/guides/ndk-gdb.jd @@ -29,12 +29,12 @@ true}.</li> <li>Build your app to run on Android 2.2 (Android API level 8) or higher.</li> <li>Debug on a device or emulator running Android 2.2 or higher. For debugging purposes, the target API level that you declare in your {@code AndroidManifest.xml} file does not matter.</li> -<li>Develop your app in a Unix shell. On Windows, use <a href="https://www.cygwin.com/">Cygwin +<li>Develop your app in a Unix shell. On Windows, use <a href="https://www.cygwin.com/">Cygwin</a> or the experimental {@code ndk-gdb-py} <a href="https://www.python.org/">Python</a> implementation.</li> <li>Use GNU Make 3.81 or higher.</li> <li>If you are building your app from -<a href="http://developer.android.com/sdk/installing/installing-adt.html">Eclipse</a>, build it +<a href="{@docRoot}sdk/installing/installing-adt.html">Eclipse</a>, build it using version 0.9.7 or higher of the ADT plug-in.</li> <h2 id="use">Usage</h2> @@ -150,7 +150,7 @@ line.</p> <tr> <td>{@code --adb=<file>}</td> -<td><p>This option specifies the <a href="http://developer.android.com/tools/help/adb.html">adb</a> +<td><p>This option specifies the <a href="{@docRoot}tools/help/adb.html">adb</a> tool executable. It is only necessary if you have not set your path to include that executable.</p> </td> </tr> |