반응형
프로젝트 내에 정확히 jar 파일을 빌드 패스로 잡았는데도 class 를 못찾을 때가 있었다.
알고보니
his issue occurs because the "lib" folder is renamed to "libs" now by Android People. And as soon as we place our external jars to this "libs" folder then it will automatically be added to the build path of the application.
안드로이드 라이브러리 폴더가 lib 에서 libs 로 바뀌었으니 libs 로 먼저 이름을 변경한 후에 하라는 말이었다.
테스트 해보니 잘된다.
반응형
'IT 문제해결' 카테고리의 다른 글
한글에서 엑셀처럼 계산식 사용하기 (0) | 2017.12.01 |
---|---|
익스플로어 IE 에서 SAP GUI 페이지가 에러가 나는 경우! (0) | 2017.12.01 |
이클립스 An error has occurred. See the log file .metadata/.log. (0) | 2017.11.29 |
JavaFX table checkbox header custom alignment 테이블 헤더 정렬 (0) | 2017.11.28 |
Set Environment Php, MySql, Apache2 on Mac OSX (0) | 2017.11.28 |
댓글