batsheva
batsheva

Reputation: 2295

can't find NDK-STACK.html in sdk\ndk-bundle folder

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

Answers (1)

Alex Cohn
Alex Cohn

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

Related Questions