Debugging native code in android under eclipse fails

后端 未结 3 895
孤街浪徒
孤街浪徒 2021-01-17 10:07

I\'m trying to debug the native code in the \"csipsimple\" android app using the Debug As->Android Native Application option. I used this tutorial to do it.

3条回答
  •  北荒
    北荒 (楼主)
    2021-01-17 10:35

    Do you use the info, warn, etc. functions to log messages in any of your Android.mk files? Like $(info my-log-message) It looks like your do and it's logging the string:

    Android NDK: Uses local settings

    If so, remove them all and try again.

提交回复
热议问题