NDK started

Getting Started with the NDK

The Native Development Kit (NDK) is a set of tools that allow you to leverage C and C++ code in your Android apps. You can use it either to build from your own source code, or to take advantage of existing prebuilt libraries.

The NDK is not appropriate for most novice Android programmers, and has little value for many types of Android apps. It is often not worth the additional complexity it inevitably brings to the development process. However, it can be useful in cases in which you need to:

  • Squeeze extra performance out of a device for computationally intensive applications like games or physics simulations.
  • Reuse your own or other developers' C or C++ libraries.

This guide gives you the information you need to get up and running with the NDK. It starts by explaining theconcepts underpinning the NDK, and how to set it up. Next, it continues with information about targetingdifferent hardware platforms in your builds. Then, it explains how to use the NDK to build and debug your app. Finally, it discusses how to use your own and other prebuilt libraries.

Building Your Project

One of the NDK's core purposes is allowing you to build C and C++ source code into shared libraries that you can use in your app.

This section explains how to build native binaries for use in your Android app. It begins by explaining theAndroid.mk file, which defines properties specific to individual modules, or libraries. Then, it explains theApplication.mk file, which defines properties for all the modules that you use in your app. Next, it tells you how to use the ndk-build script, which is what the NDK uses to build your sources. Last, it ventures into advanced territory, discussing how to incorporate the NDK into your own toolchain, if you prefer to build that way instead of using ndk-build.

另可参考:
http://www.open-open.com/lib/view/open1425962345263.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值