I am going to create a java project that uses JNI. I want to deploy the project as a stand-alone application, but some modules might be used as libraries of other applications as well.
I am trying to build a very simple C++ program using the Maven NAR plugin. I\'ve set up a Maven module for building a shared library, and another for linking in the library and building an executable
I\'m building an android application, which has a list view, and in th开发者_如何学JAVAe list view, a click listener, containing an onItemClick method.So I have something like this: