Skip to content Skip to sidebar Skip to footer

Android Studio Import Already Compiled C++ Library

I made a C++ library compiled with Visual studio because I had to done it and now I must use it for an android project. I'm not very good at using Android studio. If it was plain J

Solution 1:

If i am getting you correctly you want to include the library in your project. If it is so you need to add your library in libs folder of your project, then copy the library file in libs folder.

Right Click on it and select "Add as Library".

Post a Comment for "Android Studio Import Already Compiled C++ Library"