Issue
I wanna build an executable binary for android , compling in embedded linux devices, such as raspberrypi or nvidia jetson. Is there any way to making android cross compiling toolchain from those devices, or i can use linux armeabi toolchain directly?
Appreciate for your help!
Solution
You cannot use Linux armeabi toolchain for Android, and Android NDK is only distributed for Windows, Linux and Mac OS for 64-bit x86. You can build Android NDK from sources for your platform, if that's your goal.
Answered By - Alex Cohn
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.