NDK로 코드를 빌드하는 방법은 크게 세 가지가 있습니다.
- Make 기반 ndk-build
- CMake
- 독립 실행형 도구 모음(다른 빌드 시스템과 통합하거나
configure
기반 프로젝트와 함께 사용)
NDK로 코드를 빌드하는 방법은 크게 세 가지가 있습니다.
configure
기반 프로젝트와 함께 사용)Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-01-05 UTC.