| |
Run Android ARM64 VR APKs on Apple Vision Pro
Klepton is a project that enables running Android ARM64 VR APKs on Apple Vision Pro by translating Android libraries into Apple-compatible formats without requiring JIT compilation. The system works by converting Android .so libraries into Apple .dylib and .framework libraries through a custom loader (klepton-ld), while translating graphics APIs like GLES 3.2 to Metal-backed ANGLE and Vulkan to MoltenVK. The project currently supports Java-thin applications and patches instruction-level compatibility issues, such as handling the x18 register differently between Android and macOS.
Read Full Article →
← More Tech news