On Tue, Jun 28, 2011 at 9:07 PM, J05HYYY <[email protected]> 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 instead.
You need to read the NDK documentation: http://developer.android.com/sdk/ndk/overview.html "The NDK provides: - A set of tools and build files used to generate native code libraries from C and C++ sources - A way to embed the corresponding native libraries into an application package file (.apk) that can be deployed on Android devices" For further NDK questions, please use an appropriate Google Group, such as [android-ndk]. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in Oslo: http://bit.ly/fjBo24 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

