I am NOT the beginner, but I am strugling with debugging Android application with the P70 Lenovo phone. It has Android 4.4.4. I can run my application from Android studio (2.2.2 - latest version), but I can not debug it. It installs the application successfuly, but when it tries to attach the debugger, Android studio shows
A/libc: Fatal signal 11 (SIGSEGV) at 0x0000000a (code=1) error
After few seconds the application on the phone restarts (probably) and runs OK, but is not attached to Android studio, so it does not stop on any breakpoints etc.
More facts:
Does any of you have any ideas? Please do not recomend reboot phone,reboot PC, etc., it is clear - it did not work :)
Thanks for any ideas!
The error:
A/libc: Fatal signal 11 (SIGSEGV) at 0x0000000a (code=1) error
means that a crash happened in the native layer (C/C++) code.
Seems like the manufacturer of your phone has introduced a bug to the Android operation system itself. They have already addressed some issues with a bugfix patch. If you downloaded all available updates and still have problems I'd suggest contacting the producer himself or install another ROM.
User contributions licensed under CC BY-SA 3.0