일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |
- 도커
- 구조체
- git
- Data Structure
- c# winform
- jupyter
- Algorithm
- 유니티
- C# delegate
- c#
- jupyter lab
- 플러터
- C++
- 다트 언어
- vim
- c언어
- github
- c# 추상 클래스
- C언어 포인터
- 깃
- Python
- c# 윈폼
- 포인터
- Houdini
- docker
- Flutter
- Unity
- dart 언어
- HTML
- gitlab
- 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