에러(86)
-
error: (-213:The function/feature is not implemented) This algorithm is patented and is excluded in this configuration; Set OPENCV_ENABLE_NONFREE CMake option and rebuild the library in function 'cv::xfeatures2d::SIFT::create' 해결방법
에러 메시지 error: (-213:The function/feature is not implemented) This algorithm is patented and is excluded in this configuration; Set OPENCV_ENABLE_NONFREE CMake option and rebuild the library in function 'cv::xfeatures2d::SIFT::create' sift = cv2.xfeatures2d.SIFT_create() cv2.error: OpenCV(4.1.1) C:\projects\opencv-python\opencv_contrib\modules\xfeatures2d\src\sift.cpp:1207: error: (-213:The funct..
-
Emulator: PANIC: Missing emulator engine program for 'x86' CPU. - 에러 메시지, 해결방법
에러 메시지Emulator: PANIC: Missing emulator engine program for 'x86' CPU. 해결방법emulator -list-avds 명령어로 현재 AVD 목록 및 AVD이름을 확인한 후 >>emulator -avd AVD명을 입력하며 실행합니다.실행이 정상적으로 되면 emulator가 실행이 되어지며 "emulator: INFO: boot completed"가 표시됩니다. 매번 해당 명령을 수행하여 애뮬레이터를 실행해야 합니다. Android > SDK Manager" - Click "SDK Tools" tab - Check "Android Emulator" checkbox - Click "OK" emulator: INFO: boot completed 해결방법 2htt..
-
Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. 해결방법
오류메시지 --------------------------- Java Virtual Machine Launcher --------------------------- Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. --------------------------- 확인 --------------------------- 해결방법 javaw.exe파일 경로 확인 eclipse 설정 변경하기 javaw.exe파일 경로 확인 javaw.exe파일이 있는 경로를 확인합니다. JDK가 설치된 경로의 bin폴더에서 javaw.exe파일을 확인합니다. javaw.exe 경로 -..
-
해당 패키지에 생성된 파일인데도 에러가 발생합니다. 해결방법
오류메시지해당 패키지에 생성된 파일인데도 에러가 발생합니다. //package ch01_variable fun main(args: Array) { println("Test") }
-
Could not find com.android.tools.build:gradle:x.x.x.
에러메시지 안드로이드스튜디오 업에디트 후 기존 프로젝트를 오픈할 경우 그래들도구 버전과 SDK 버전이 맞지 않아 아래와 같은 오류메시지가 발생할 수 있습니다. Could not find com.android.tools.build:gradle:3.0.1. Error:Could not find com.android.tools.build:gradle:3.0.1. Searched in the following locations: https://jcenter.bintray.com/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.pom https://jcenter.bintray.com/com/android/tools/build/gradle/3.0.1/gradle-3.0.1...
-
무선 디스플레이 - 연결할 수 없습니다. 해결방법
에러 메시지 무선 디스플레이 - 연결할 수 없습니다. 해결방법 "연결" 하단의 [다른 디바이스 유형 찾기] 링크 클릭 "무선 디스플레이 및 도크" 항목에 연결이 안되는 디바이스 항목을 선택 >> [장치 제거] 버튼을 클릭하여 제거합니다. 제거한 후 다시 장치를 연결하면 됩니다.