Comment on Python for AndroidparentComments−voidlogic13yGo is portable... you just need to compile on the target. Go is write once, compile and run everywhere. Compiling would be part of the app install process; Compiling Go is much lighter than compiling C anyway.−yareally13yNDK also lets you compile one binary for all device architectures now as well.−voidlogic13yI think Google should require every app that uses the NDK to provide ARM, x86 and MIPS binaries.
Comments
Go is portable... you just need to compile on the target. Go is write once, compile and run everywhere. Compiling would be part of the app install process; Compiling Go is much lighter than compiling C anyway.
NDK also lets you compile one binary for all device architectures now as well.
I think Google should require every app that uses the NDK to provide ARM, x86 and MIPS binaries.