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

前端 未结 5 1080
太阳男子
太阳男子 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:20

    I have asked something like this How to compile library with source code with NDK tools? My suggestion is deassembling with source code, then everything will be easy.

提交回复
热议问题