Hello,
I’m trying to build the source for android. I’m having limited success though.
I’ve used the document: https://github.com/libretro/RetroArch/wiki/Compilation-guide-(android-from-windows) and that gets me started, but I’m running into a few issues.
First, after I build, I’m able to launch the application fine, but I’m not getting the shaders packed into the apk. Next, when I select a core and then hit the back button to exit, the app crashes. Then it will crash again when I try to reopen it.
It specifically crashes at line 45 in MainMenuActivity.java (addPreferencesFromResource(R.xml.prefs)
I was just wondering if someone could point me in the right direction with how to build the latest version of retroarch for android.
Thank you, Ryan