App randomly crashes with A/libc: fatal signal 11

前端 未结 2 970
眼角桃花
眼角桃花 2021-01-06 01:25

so my app started randomly crashing with Fatal Signal 11 (on random activities, some seem to do it more often than other but I haven\'t found a pattern yet). I have no idea

2条回答
  •  鱼传尺愫
    2021-01-06 02:00

    from this link : http://www.jpct.net/forum2/index.php?topic=3987.0

    Open AndroidManifest.xml, add android:allowClearUserData="true" tag to the application node.

提交回复
热议问题