SSVMAndroid

SSVM but on Android basically. Uses an rt.jar from OpenJDK8 to load boot classes (8u262-b10-linux-x64 to be exact).

JIT works by running D8 on the bytecode generated by JitCompiler, then the resulting DEX is loaded using an InMemoryDexClassLoader.

Screenshots

Thanks

Thanks to xxDark for helping me set this up!

GitHub

View Github