| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- c++
- stream
- memory
- mfc
- APP
- aduino
- file access
- Encapusulation
- parameter
- Read
- compare
- Gaussian
- flutter
- edge
- Filtering
- UNO
- digitalRead
- Binary
- Gradient
- subpixel
- Unity
- Class
- sensor
- atmega328
- public
- Contour
- SERIAL
- wpf
- Pointer
- Android
Archives
- Today
- Total
폴크(FOLC)
Flutter App - 예외처리3 본문
728x90
반응형
# NDK 관련 error 가 발생하며 compile 실패
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':unityLibrary:BuildIl2CppTask'.
> NDK is not installed

# 해결 방안
# File -> Open -> Solution -> android project -> New Window -> Project Structure -> SDK Location -> Android NDK location -> 위치 설정 후 Apply and OK -> Close Window
# make APK
# 보통 NDK 는 Android SDK location 안에 있다.
# C:\User\XXXXX\AppData\Local\Android\Sdk\ndk\ Version folder
# NDK(side by side) 가 설치되어 있지 않다면 그림과 같이 비활성화 되어 있고 NDK 설치 후 위치를 설정한다.
# NDK 는 SDK Manager 에서 선택하여 설치

728x90
반응형
사업자 정보 표시
사업자 등록번호 : -- | TEL : --
'Flutter, Android > Flutter 사용법' 카테고리의 다른 글
| Flutter App 메시지 표시 (0) | 2021.08.28 |
|---|---|
| Android - web연동 ( Message to Web ) (0) | 2021.08.28 |
| Flutter App - 예외처리4 (0) | 2021.07.22 |
| Flutter App - 예외처리2 (0) | 2021.07.22 |
| Flutter App - 예외 처리1 (0) | 2021.07.21 |