Re: [android-developers] Re: Unable to use ndk-gdb

2012-04-28 Thread Parminder Singh
Hi, Thanks for your precious time to look at the problem. I tried it and it was helpful for me, additionally I also found that the adb sever does some problem while debugging, it was due to HTC sync application which need to be turned off while running ndk-gdb command. Now, a new error message

Re: [android-developers] Re: Unable to use ndk-gdb

2012-04-28 Thread Mark Murphy
Questions regarding the NDK are best asked on the android-ndk Google Group, which is the support resource for the NDK. On Sat, Apr 28, 2012 at 11:24 AM, Parminder Singh pammy18...@gmail.com wrote: Hi, Thanks for your precious time to look at the problem. I tried it and it was helpful for me,

Re: [android-developers] Re: Unable to use ndk-gdb

2012-04-28 Thread Parminder Singh
Thanks buddy it was very helpful. I hope the specific group can resolve my problem. :) Pammy On Sat, Apr 28, 2012 at 11:30 PM, Mark Murphy mmur...@commonsware.comwrote: Questions regarding the NDK are best asked on the android-ndk Google Group, which is the support resource for the NDK. On

[android-developers] Re: Unable to use ndk-gdb

2012-04-26 Thread JP
Hmm... isn't the answer in the error message? Open jni/Android.mk in your project, jump rto line 317 and use a number to represent the API level, methinks. API levels here: http://developer.android.com/guide/appendix/api-levels.html On Apr 24, 11:05 pm, Pammy pammy18...@gmail.com wrote: Hi,