I built a dynamic library (and a static) following the guide on https://wiki.openssl.org/index.php/Android
However, I am stuck now and I don't know what to do next. The next step in the guide is "Install the OpenSSL Library" which I did, and there were no errors. Next step is "Compile and Link against the Library" and I think this is the point where I need help with it, because I have to do it with the Android Studio 2.3.3
How can I make Android Studio 'find' the library and the header files location
Anyone can help?