'beginning android'에 해당되는 글 1건

  1. 2009.11.12 beginning Android 5
http://www.android.com/




http://java.sun.com/javase/downloads
JDK 6 Update 16



http://www.eclipse.org/downloads
Eclipse IDE for Java Developers

you may download the compressed file(zip or tar) and just uncompress it on your system.
if you see the message box below ...

사용자 삽입 이미지


















you may edit eclipse.ini file like below. (you need to add the path of JDK installed)

-vm
C:\java\jdk\bin\javaw.exe



http://developer.android.com/sdk/


you need to download a compressed file(zip or tar) and uncompress it on your system.
you need to add the path of tools (sub driectory of the uncompressed file) on your system.

1) windows (i will add it later -_-;)
2) unix/linux/osx
you may edit .bashrc (or .bash_profile) file.

export PATH=$PATH:THE_PATH_YOU_NEED_TO_ADD






installation Android Development Tools Plug-in
1. run Eclipse and open menu [Help]-[Install New Software...]

사용자 삽입 이미지



2. fill the "Work with: " field using "Add" button. and check "Developer Tools"

사용자 삽입 이미지



3. restart Eclipse after installation. and add the path of Android SDK
from the menu [Window]-[Preferences]

사용자 삽입 이미지



















select "Android" on the left side and set the "SDK Location".

[+]
[Window] - [Android SDK and AVD Manager]
select "Available Packages" on the left tab.
and select all or some what you install on the right tab. then gogogogo





oooooooops !!! it's kae-sap-zil to upload images T.T
: