[Q] Android NDK is sufficient to develope JNI??? - General Questions and Answers

I need to develop JNI native code for TV. I am using Android NDK and SDK both to do the same. So Is it possible to develop the JNI Native code without using Android SDK or both tools are mandatory to do the same ? If only Android NDK is needed then how to do that ? Any help would be appreciated.

Related

[Q] porting Snort on Android

Hello all,
Is there a way to port Snort to Android OS? I have already ported
libpcap to Android and I have made some simple native sniffers which worked
perfectly.To do this, I used the NDK development kit that offers you some
tools for cross compiling C programs to ARM architecture.
Is this possible to do it for Snort. I know that Snort is a big project that
contains many source files and uses many modules such as Libpcap, PCRE,
Libdnet, Barnyard2, DAQ. I am wondering if is there a way to build
this code for Android.. E.g. by statically link all this modules.. Moreover an
other potential problem may be the fact that Android uses a subset of libc
(bionic), so maybe some basic functions are not available..
Have anyone done it before? Or, can some one give me some help on how
to start?
Thank you in advance,
Thanasis

[Q] linux apps compiling using NDK

i have asus eeepc with android froyo 2.2.2 ....x86
i need ntfs file support system i want to know ..how i can compile ntfs-3g from source that can be used in android
i used the ndk but i m not quite familiar with it ,,,,,can any one tell me how i can compile ntfs-3g and another native tools like ppp and bash to android platform...........waiting for answers.........i posted on androidx86 group but no response .....help me xda..

[Q]compiling Qt applications using prebuilt NDK toolchain

Dear all,
What would be the main problem of compiling Qt applications for android (Imagining we have root access on android) using prebuilt NDK toolchain arm-linux-androideabi-gcc, and running the executable on Android phone?
I'm awaire of Necessitas project, and how much easy the work of a developer would be using Qtcreator with Necessitas. But this would create an .apk.
What if I like to compile the code into executable and use Qt and NDK libraries?
Is it technically/practically possible?
Any hint would be appreciated.
Saeed

Apps developing on Android with C++ on Ubuntu.

Hi everyone! I'm running Ubuntu and I wanna know. if there are some IDE to develop apps for android using C++ Sorry for some mistakes that migrt be I'm not a native speker.
You can still use Eclipse
Code:
http://mhandroid.wordpress.com/2011/01/23/using-eclipse-for-android-cc-development/

Possible to run c++ api, php and apache on android?

Hello, since android is a linux kernel at the base, i wanted to a run my c++ api with apache and php which will interact with an android app. Is that possible? will i have to compile a completely new ROM? I'm a newbie to android. Thanks in advance

Categories

Resources