I am currently working on an Android project where I’d have to use maven.
Now, I am trying to study the Android NDK.
My question goes. Since NDK is a separate Suite(or however you call it), do I have to declare another dependency on my maven?
I would want to, but my question is whether or not there is a need. Or does the previous Android dependency cover it all?
Well considering the little understanding i have dug so far, it could hardly be possible for ndk to have a single jar library right?
So that I am not considering at all. But I’m a dumb child so…I thought it might be worth mentioning. 🙂 I’m pretty new at everything.
From maven to Android to NDK and to the whole programming thing as a whole so please idiot-proof your answers for me…cheers! ^_^
Install your NDK and set up the environment variable ANDROID_NDK_HOME. Look at the Android chapter of the book Maven The Complete Reference that I just updated, as well as the NDK samples that come part of the samples project for more info and examples.
If you still have more questions post on the mailing list..