Hello, I need to use cryptopp in my Android project. I don't need to call it directly from my Java code, rather I need to call it from my existing c++ code. I saw that there are instructions in Android_(Command_Line) <https://www.cryptopp.com/wiki/Android_(Command_Line)> to build cryptopp for Android. However, it explains how to incorporate it using Android.mk, while my project uses CMakeLists.txt, which is the more updated build system for Android native development.
Is there a possibility to build it like explained in Android_(Command_Line) <https://www.cryptopp.com/wiki/Android_(Command_Line)>, and then incorporate the build output into my Android project using Android's CMakeLists.txt file? If so, can you give me a guide on how to do so? e.g. what are the relevant .so files, how do I incorporate them into my project, etc., like in this SO question <https://stackoverflow.com/questions/53082266/build-command-failed-error-while-executing-process> . -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
