Skip to content

Commit f97e0e8

Browse files
Update resolving_crashes_on_android.rst
1 parent b751b1d commit f97e0e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tutorials/platform/android/resolving_crashes_on_android.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ Manually Symbolicating Crash Logs
9191

9292
You can also symbolicate the crash logs manually using the `ndk-stack <https://developer.android.com/ndk/guides/ndk-stack>`_ tool included in the Android NDK.
9393

94+
.. note::
95+
96+
If you already have the Android SDK installed, you can find the ``ndk-stack`` tool inside the ``ndk`` folder in your SDK location.
97+
Otherwise, you can download the NDK directly from `NDK download page <developer.android.com/ndk/downloads>`_.
98+
9499
1. Extract the native debug symbols zip you downloaded earlier (or generated with your custom build).
95100
2. Save your crash log to a text file (for example, ``crash.txt``).
96101
3. Run ndk-stack with the path to the symbol directory that matches the crash's CPU architecture (for example, ``arm64-v8a``):

0 commit comments

Comments
 (0)