그래들 파일에 다음 코드를 추가한 뒤 실행해주면 build/libs 에 opencv-android.jar 파일이 생성됩니다.
task jar(type: Jar) {
from 'build/intermediates/classes/release/'
archiveName 'opencv-android.jar'
}
'개발, 전산, AI, IT' 카테고리의 다른 글
[자바] 코드 실행 시간 측정하기 (System.currentTimeMillis()) (0) | 2018.01.18 |
---|---|
[리눅스] 리눅스 종류, 버전 확인 (0) | 2018.01.17 |
[자바] 제곱 속도 - 직접 만든 제곱 함수가 Math.pow() 보다 빠를 때도 있어요 (2) | 2017.12.20 |
[리눅스] 리눅스 프로세스가 킬 (kill) 되었을 때 원인 찾아보기 (0) | 2017.11.02 |
[LUAROCKS] You may have to install OPENSSL in your system and/or pass OPENSSL_DIR or OPENSSL_INCDIR to the luarocks command. (0) | 2017.02.24 |