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)
- how can generate library compatible android devices(specifically armeabi-v7a).
- library build packed jar how can unpack , include shared library in apk during application build.
Comments
Post a Comment