How to compile library with source code with NDK tools?

后端 未结 1 710
庸人自扰
庸人自扰 2020-12-30 14:06

How to compile library with source code ?

I am developing the native library with android ndk. Sometimes I got the crash dump messages from logcat.

0         


        
相关标签:
1条回答
  • 2020-12-30 14:37
    ndk-build NDK_DEBUG=1
    

    will keep the symbol for debug.

    0 讨论(0)
提交回复
热议问题