Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm having a problem running ndk-gdb.

Here's what I did:

~/< my ndk path >/ndk-gdb --adb="< my sdk path >/platform-tools/adb"

but it will produce an error :

Could not run ADB with: ~/< my sdk path >/platform-tools/adb

Any ideas? I can use ndk-build with no problems.

Thanks.

share|improve this question
Can you execute adb from command line? Have you tried putting absolute path for --adb argument? – Mārtiņš Možeiko Jun 27 '12 at 4:15
Hi, thanks for your response. How can I execute adb? sorry, but im new to this – Stalker ka NOOB Jun 27 '12 at 4:31
Open terminal or command line, and write there exactly what you wrote in quotes for --adb parameter. – Mārtiņš Možeiko Jun 27 '12 at 8:03
Hey sorry for late response, I already solved this, the problem was I used "~" for the adb path (idk what's that symbol called). Anyway, thanks for responding. – Stalker ka NOOB Jun 29 '12 at 8:17
It is fine to use ~ symbol for path. ~ symbol means path to your home directory. If you sdk folder is in your home directory, then you can specify it by using ~/sdk – Mārtiņš Možeiko Jun 29 '12 at 8:20

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.