Sign in
android
/
platform
/
ndk
/
HEAD
/
.
/
samples
/
NdkGdbSample
/
README.md
blob: 131799b93948cdfb39aabb189df655faef49683b [
file
] [
log
] [
blame
] [
view
]
# NdkGdbSample
This
is
a sample project
for
testing that ndk
-
gdb works
.
To
use
,
run the
following
in
this
directory
:
```bash
$ ANDROID_SDK_ROOT=<path-to-android-sdk> ./gradlew installDebug
$ $NDK/ndk-gdb --launch
```