A Best way to add External Jars to your Anroid Project or any Java project is:
- Create a folder called 'libs' into you project root folder
- Copy your Jar files to the libs folder
- Now right click on the Jar file and then select Build Path > Add to Build Path, this will create a folder called 'Refrenced Library' into you project, and your are done
By do doing like this, whenever you transfer you project to other Computer, you will not miss your libraries which are being referenced to some space on your Hard drive.
출처 : https://groups.google.com/forum/?fromgroups=#!topic/android-developers/eWCkCjvHz44
반응형
'Program > Android Java' 카테고리의 다른 글
microlog4android 사용 (0) | 2012.09.06 |
---|---|
Google Analytics SDK for Android (0) | 2012.09.06 |
탭에 숫자(카카오톡같은) (0) | 2012.08.28 |
데이터베이스 헬퍼코드 입니다. 에셋폴더에서 가져다가 사용하는 것. (0) | 2012.08.28 |
TCP_NODELAY 적용 (0) | 2012.08.21 |