0

I am new to android development. I am getting following error in native code (c):

Fatal signal 11 (SIGSEGV) at 0x00000010 (code=1)

What does it mean....?

Nikesh
  • 31
  • 1
  • 4
  • [This might help you a little](http://stackoverflow.com/questions/14023291/fatal-signal-11-sigsegv-at-0x00000000-code-1-phonegap). – Paul May 08 '14 at 07:56
  • Actually there seem to be quite a few answers in SO - give it a [search](http://stackoverflow.com/search?q=sigsegv) and see if they help. – Paul May 08 '14 at 07:58
  • check logcat for stack trace of native code which caused segmentation fault – user207064 May 08 '14 at 08:53

1 Answers1

0

It's a segmentation fault in your native code.

BladeCoder
  • 12,779
  • 3
  • 59
  • 51