c++ - create a native android library using maven build -


i tried create shared library using maven-cmake plugin example. i'm able library based on architecture of device built(mac- dylib/linux- so)

  1. how can generate library compatible android devices(specifically armeabi-v7a).
  2. library build packed jar how can unpack , include shared library in apk during application build.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -