- Android Native Development Kit Cookbook
- Feipeng Liu
- 198字
- 2021-07-27 18:07:22
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "Windows NDK comes with a new ndk-build.cmd
build script."
A block of code is set as follows:
#include <string.h> #include <jni.h> jstring Java_cookbook_chapter1_HelloNDKActivity_naGetHelloNDKStr(JNIEnv* pEnv, jobject pObj) { return (*pEnv)->NewStringUTF(pEnv, "Hello NDK!"); }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := framegrabber
LOCAL_SRC_FILES := framegrabber.c
#LOCAL_CFLAGS := -DANDROID_BUILD
LOCAL_LDLIBS := -llog -ljnigraphics -lz
LOCAL_STATIC_LIBRARIES := libavformat_static libavcodec_static libswscale_static libavutil_static
include $(BUILD_SHARED_LIBRARY)
$(call import-module,ffmpeg-1.0.1/android/armv5te)
Any command-line input or output is written as follows:
$sudo update-java-alternatives -s <java name>
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Go to Control Panel | System and Security | System | Advanced system settings."
推薦閱讀
- Spring 5.0 Microservices(Second Edition)
- 前端跨界開發(fā)指南:JavaScript工具庫原理解析與實戰(zhàn)
- MATLAB圖像處理超級學習手冊
- Windows Presentation Foundation Development Cookbook
- Learning Firefox OS Application Development
- Windows Forensics Cookbook
- 單片機應用與調試項目教程(C語言版)
- Visual Basic程序設計實踐教程
- Unity 3D/2D移動開發(fā)實戰(zhàn)教程
- Managing Microsoft Hybrid Clouds
- IDA Pro權威指南(第2版)
- Java程序設計教程
- 深度學習程序設計實戰(zhàn)
- 從零開始學Python大數(shù)據(jù)與量化交易
- Joomla!Search Engine Optimization