Building 0.9.9.6 for android

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):wink:

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

I fixed it. My problem was that I get grabbing the latest code instead of the R22 release.