일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- jupyter lab
- 구조체
- github
- Unity
- gitlab
- C# delegate
- 다트 언어
- C언어 포인터
- Flutter
- vim
- dart 언어
- c언어
- c# 추상 클래스
- Python
- 플러터
- c# 윈폼
- 유니티
- docker
- HTML
- C++
- jupyter
- Algorithm
- 도커
- git
- Houdini
- c#
- Data Structure
- 깃
- 포인터
- c# winform
- Today
- Total
nomad-programmer
[Android] NDK란? 본문
https://developer.android.com/ndk/guides?hl=ko
NDK 시작하기 | Android NDK | Android Developers
NDK(Native Development Kit)는 Android에서 C 및 C++ 코드를 사용할 수 있게 해주는 일련의 도구 모음으로, 네이티브 활동을 관리하고 센서 및 터치 입력과 같은 물리적 기기 구성요소에 액세스하는 데 사용할 수 있는 플랫폼 라이브러리를 제공합니다. NDK는 앱을 개발할 때 자바 코드와 프레임워크 API만 사용해야 하는 대부분의 초심자 Android 프로그래머에게는 적합하지 않을 수 있지만 다음과 같은 작업을 하나 이상 해야 하는
developer.android.com
NDK 설치
https://developer.android.com/studio/projects/install-ndk.md?hl=ko#specific-version
Install and configure the NDK and CMake | Android Developers
To compile and debug native code for your app, you need the following components: The Android Native Development Kit (NDK): a set of tools that allows you to use C and C++ code with Android. CMake: an external build tool that works alongside Gradle to buil
developer.android.com