I have developed a library for Windows in VS2013. It does not have a GUI, only (mathematical) code.
I would now like to create an APK file so that I can use my library on Android.
I hope that I don't have to re-write everything from scratch for Android.
What would currently be the best solution so that I can keep most of my C++ files while creating the APK?
Thank you for the help!