资 源 简 介
This page is written for Android Development Notes.
소개
본 싸이트는 안드로이드 어플리케이션 개발 환경을 준비하는 절차를 기술한다. 특히, 안드로이드 SDK만을 가지고 개발하기 힘든 복잡한 어플리케이션들을 위해 uBuntu Linux에서 Android Full Source를 빌드하여 PC환경의 Eclipse와 ADT를 이용한 개발환경에 추가하여 사용 하는 방법을 설명 하기위해 본 문서를 작성한다.
전반적인 개발 환경 구성 절차:
* Eclipse download and installation http://www.eclipse.org/downloads/
* JDK download and Installation http://java.sun.com/javase/downloads/index.jsp
* ANT download and Installation http://ant.apache.org/bindownload.cgi
* Android Development Tool(ADT) plugin download and installation http://developer.android.com/index.html
* Android SDK download and Installation http://developer.android.com/index.html
* Android Full source download and build http://source.android.com/download
* Import Target Application Source files http://source.android.com/using-eclipse
* Copy required jar library files from output folder of full source build to eclise environment.