I am trying to run Monero on Android. Basically I want to access C++ core functions like make_ring_signature and create_transaction etc on Android.
I followed these two links:
- https://forum.getmonero.org/5/support/87643/building-monero-v0-10-3-1-for-android
- https://github.com/m2049r/xmrwallet/blob/master/doc/BUILDING-external-libs.md
But these links didn't help me because I am getting lots of errors and also not enough explanation is given.
Also, I tried to build the mymonero-app-android project and it didn't build on my machine either.
Can somebody please give concise instructions on how to build a Monero project on Android, including how to build the boost libraries properly using Android NDK?