ndk-gdb fails with message: Invalid attribute name: package

后端 未结 2 1176
执笔经年
执笔经年 2021-02-07 10:24

Connect Nexus One to Mac running Snow Leopard. Run \"debug\" from Eclipse. Shows the execution of

/usr/local/android-ndk-r5b/ndk-build NDK_DEBUG=1 
相关标签:
2条回答
  • 2021-02-07 11:03

    Another workaround is to push libs/armeabi/gdbserver to /data/data/your.pkg/lib on a rooted device.

    0 讨论(0)
  • 2021-02-07 11:16

    The AndroidManifest.xml file had Windows carriage control (\r\n) which was messing up the ndk-gdb script. To fix this, I edited the file in vi and did a "set filetype=unix".

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