tags:

views:

12

answers:

0

The Native Code of the Android application is going alone with application as lib file in the APK file. Suppose if I want to share a native code between two different applications, Is there any trick avail apart from the below:

  1. Adding the lib with every application
  2. Copy the lib in to system/lib folder and dynamically link it with application. (If we build just only the applications then we cannot use this).