0

This is the same question, as How to add a shared library to my APK? but i want to know how to do the same with Android Studio, not Eclipse.

There is very obscure documentation on this topic: https://developer.android.com/ndk/guides/prebuilts.html It says roughly "Give the module a name, change Android.mk" but there is no info on what is a module, how to find it or add it, and where is the Android.mk.

Community
  • 1
  • 1
user920391
  • 598
  • 7
  • 8
  • this may help -- http://stackoverflow.com/questions/16683775/include-so-library-in-apk-in-android-studio – Tasos Oct 05 '16 at 18:49
  • 1
    Android.mk is the file used by ndk-build. All of the docs under https://developer.android.com/ndk/guides/index.html are for ndk-build, so if you're using gradle or cmake they won't be helpful. – Dan Albert Oct 05 '16 at 18:51
  • The link by @Tasos is really outdated. – Alex Cohn Oct 05 '16 at 19:29

0 Answers0