最終更新:2013-11-14 (木) 17:55:40 (3813d)  

Android NDK/ドキュメント
Top / Android NDK / ドキュメント

http://developer.android.com/tools/sdk/ndk/index.html#Docs

ファイル名概要
INSTALL.HTMLdescribes how to install the NDK and configure it for your host system
OVERVIEW.HTMLprovides an overview of the NDK capabilities and usage
ANDROID-MK.HTMLdescribes the use of the Android.mk file, which defines the native sources you want to compile
APPLICATION-MK.HTMLdescribes the use of the Application.mk file, which describes the native sources required by your Android application
CPLUSPLUS-SUPPORT.HTMLdescribes the C++ support provided in the Android NDK
CPU-ARCH-ABIS.HTMLa description of supported CPU architectures and how to target them.
CPU-FEATURES.HTMLa description of the cpufeatures static library that lets your application code detect the target device's CPU family and the optional features at runtime.
CHANGES.HTMLa complete list of changes to the NDK across all releases.
DEVELOPMENT.HTMLdescribes how to modify the NDK and generate release packages for it
HOWTO.HTMLinformation about common tasks associated with NDK development
IMPORT-MODULE.HTMLdescribes how to share and reuse modules
LICENSES.HTMLinformation about the various open source licenses that govern the Android NDK
NATIVE-ACTIVITY.HTMLdescribes how to implement native activities
NDK-BUILD.HTMLdescribes the usage of the ndk-build script
NDK-GDB.HTMLdescribes how to use the native code debugger
PREBUILTS.HTMLinformation about how shared and static prebuilt libraries work
STANDALONE-TOOLCHAIN.HTMLdescribes how to use Android NDK toolchain as a standalone compiler (still in beta).
SYSTEM-ISSUES.HTMLknown issues in the Android system images that you should be aware of, if you are developing using the NDK.
STABLE-APIS.HTMLa complete list of the stable APIs exposed by headers in the NDK.