linux - 'noarch binary' on ARM architecture with android -


this knowledge:

there different architectures: x86,x64,arm, , on(you can find others on wikipedia) there different linux binaries each: x86 - i386,x64 - amd64, arm - armel,armhf).

and there 'noarch' binaries.

i need know if 'noarch' binary can run on arm platform. please correct me if wrong , please correct me, rather marking question off-topic.

"noarch" binaries written in architecture-independent format. include not limited shell scripts, mono/.net executables, java classes , jars, , python scripts. long appropriate interpreter and/or vm available on architecture can run.

note not guarantee platform they're being run on support apis required proper execution, if there run.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -