31 Aug
2012
31 Aug
'12
5:46 a.m.
On Fri, Aug 31, 2012 at 5:10 AM, David Schneider <david.schneider@picle.org> wrote:
Based on the requirements PyPy could in Theory work on Android, it is Linux based, allows JIT compilation, the commonly used hardware matches what the backend supports. But AFAIK android uses a different libc, called bionic, and probably some other custom libraries making it a bit harder, but probably not impossible to cross translate for Android as we do for ARM/Linux using a chroot/qemu environment.
what you would probably use is the android NDK http://developer.android.com/tools/sdk/ndk/index.html -- Leonardo Santagada