Scroll to top

Android NDK for MIPS

Android RobotIn case you didn’t know, you can build native Android code using the NDK for MIPS processors. It’s actually super straightforward.

From the Android Developer site:

To generate MIPS machine code, include mips in your Application.mk file’s APP_ABI definition. For example:

APP_ABI := mips

For more information about defining the APP_ABI variable, see Application.mk.

The build system places generated libraries into $PROJECT/libs/mips/, where $PROJECT represents your project’s root directory, and embeds them in your APK under the /lib/mips/ directory.

The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.

Post a Comment

You must be logged in to post a comment.

Discover more from prpl Foundation

Subscribe now to keep reading and get access to the full archive.

Continue reading