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

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

    Use ARM CE5 Community edition tools for eclipse and can debug any native code

提交回复
热议问题