0

I have Android SDK on my UBUNTU 16.4.

I need to add the below libraries to my android SDK

librt.so
libpthread.so
libcares.so
libcurl.so
libasound.so
libgcc_s.so
ld-linux-armhf.so
libvlc.so
libvlccore.so
libidn.so

how can I do that?

Thanks

user3122648
  • 887
  • 2
  • 8
  • 21
  • Do you have the libraries files? – E.Abdel Aug 22 '18 at 07:33
  • @E.Abdel not yet, But I searched and seems they are available to be downloaded. But is that enough? – user3122648 Aug 22 '18 at 07:43
  • take a look at this answer https://stackoverflow.com/questions/51400454/use-so-shared-object-file-in-android-studio/51400846#51400846 – E.Abdel Aug 22 '18 at 08:06
  • @E.Abdel I am checking this link, but my problem is that , everyone is talking to solve it with android studio. but I have no clue how to handle it with android studio. I have installed it, but should I create a project? coy in the solutions it tells me too add the files in src for instance but how should I start with it? – user3122648 Aug 22 '18 at 08:12
  • Yes, to use your libs you have to create a project to handle the user side commands, your lib will be called from Java through JNI – E.Abdel Aug 22 '18 at 08:16
  • @E.Abdel so Should I create an empty project in Android studio which will result in this architectture Manifest,java,res and then where should I cerate JNI folder and what should I load in it? just the .so files? – user3122648 Aug 23 '18 at 10:04

0 Answers0