easiest way to debug crash in native library, linked by Android app?

前端 未结 5 1095
太阳男子
太阳男子 2021-02-06 00:53

I have ported and created several low-level C-libraries to Android for my use in my application. I cross-compiled them using the NDK, and then link to them using System.loadLib

5条回答
  •  遥遥无期
    2021-02-06 01:12

    You can use the sequoyah project via eclipse to debug native code, it was a real pain for me to set this up and get it to work, I don't remember all the steps, but it's doable

提交回复
热议问题