[Ohrrpgce] [ohrrpgce/ohrrpgce] Android apk export from distribute game menu (Issue #1228)

Ralph Versteegen notifications at github.com
Fri Nov 5 18:23:55 PDT 2021


If we manage to clean up the C code, as discussed, so that it doesn't contain the actual app namespace, then it would only be necessary to compile the namespace into the Java code, and this would only require the Android SDK.

I see a few options:
* Use a server to compile the Java code with the right namespace on demand. This could be quite practical?
* Use the existing ohrrpgce-android project by Kevin Veroneau which automates the download and installation of the SDK and packaging up a game into an .apk. I had done some work on this to make it nearly usable. Custom would just invoke ohrrpgce-android, or tell the user how to run it. Unfortunately ohrrpgce-android was stored in  Mercurial
* Reimplement ohrrpgce-android in FreeBASIC? I'd rather we didn't!
* Find a tool that can disassemble and reassemble .dex files, like Smali, but preferably one that doesn't require an installed JVM
* Modify the namespace strings in the .dex files directly. Last time I looked at the .dex file format this seemed feasible

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ohrrpgce/ohrrpgce/issues/1228#issuecomment-962318830
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.motherhamster.org/pipermail/ohrrpgce-motherhamster.org/attachments/20211105/e0f8a4c5/attachment-0001.html>


More information about the Ohrrpgce mailing list