I'm new android NDK. What I need is to push tcpdump binary on the android device. However, I've realized that I cannot build the binary from source on my ubuntu desktop and then push it on the device. I will have to build the binary on the adb shell itself. But I dont know how to do it. Relevant question to this one. Your help would be appreciated.
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.
|
|
|
You cannot build on the adb shell, i.e. on the device. You must build on your Ubuntu, using cross-compiler. The easiest option is to use Android NDK, but other toolchains are available. |
|||
|
|