Reputation: 2295
I also tried to run ndk-stack.cmd
, but this did nothing. Does someone know how can I find it? I need it to see about the Fatal signal 11 (SIGSEGV), code 2, fault addr 0xa2a23804 in tid 3819 (RenderThread)
error I get at runtime.
Upvotes: 1
Views: 82
Reputation: 57203
This is a bug in NDK. Once upon a time, all NDK docs were distributed in the same zip. Today you will find the guide online: https://developer.android.com/ndk/guides/ndk-stack.html.
Upvotes: 1