Setting Up the Development Environment
1. Install Java Platform, Standard Edition
- Download JDK : http://www.oracle.com/technetwork/java/javase/downloads/index.html
- Install download file.
2. Set the JDK path of OS
- case1 : windows
- Windows 시작 - 내컴퓨터 - 속성 - 시스템 등록 정보, 고급탭 - 환경변수 - 환경변수, 시스템변수, 새로만들기 -
변수 이름 : JAVA_HOME
변수 값 : C:\Program Files\Java\jdk1.7.0_05
3. Install Android SDK
- Download SDK : http://developer.android.com/sdk/index.html
- Install download file
- Android SDK Manager, 기본 설정된 패키지 Install Packages
4. Download Eclipse IDE & Set up
- Download Eclipse : http://www.eclipse.org/ , Choose "Eclipse Classic x.x"
- Unzip the download file
- Execute Eclipse( set the ADT plugin), "HELP" > "Install New Software" ...
>> Click Add in the upper-right corner
- Add Repository, Name : ADT Plugin
Location : https://dl-ssl.google.com/android/eclipse
- OK
- Check 'Developer Tools " , Next, Next, accept - finish
- Restart Eclipse, "Window" > "Preferences" > select "Android" in the left list
- Confirm "SDK Location", already installed Android SDK ( STEP 3)
5. Install Arduino IDE
- Download URL : http://arduino.cc/en/
- Install the Download file
|