Honest-n
Honest-n
Managed to build, but I'm not sure which step fixed it... first set the ANDROID_HOME variable $cd ~/Android/Sdk $export ANDROID_HOME="$(pwd)" Then symlinked the platforms folder into the ndk folders $cd...
To sign the apk I used apksigner on termux with the certificate and key from sm64-port-android $ apksigner sign --cert certificate.pem --key key.pk8 ~/storage/shared/app-debug.apk Sent from my Galaxy
The easiest way I have found to compile for android is to compile in termux then sideload it over adb or use a file manager.
I can only compile android with the standard graphics. I gave up after 3 days of trying
Keep working at it while you still have some drive, if you have any success please post back here. Stick with termux for a portable terminal, if it ever gets...
The build instructions for termux are incomplete and I've never successfully mangaged to build for android on anything other than android You need to install binutils and download krhplatform.h from...
This should be included with the ndk-sysroot package that should have installed with the clang package
Tested this and have confirmed. Created a pull request