[android-developers] Building an NDK terminal application.

2011-06-29 Thread J05HYYY
Hello, I have installed the NDK and managed to run ndk-build to compile a terminal program, which was written in C. Trouble is, all I can find is a libmyterminalapp.so. But usually, when I compile on linux I get a binary instead. I want to be able to use the application Terminal Emulator to run

Re: [android-developers] Building an NDK terminal application.

2011-06-29 Thread Mark Murphy
On Tue, Jun 28, 2011 at 9:07 PM, J05HYYY lovell.josh...@gmail.com wrote: Hello, I have installed the NDK and managed to run ndk-build to compile a terminal program, which was written in C. Trouble is, all I can find is a libmyterminalapp.so. But usually, when I compile on linux I get a binary