Android virtual device 못찾는 문제 해결.
2010-04-29 12:57:39

mklink /j .android d:\.android

▼ more
Exploring the Android SDK
2010-04-29 11:52:19

add-ons/ Contains add-ons to the Android SDK development environment, which let you develop against external libraries that are available on some devices.

docs/ A full set of documentation in HTML format, including the Developer's Guide, API Reference, and other information. To read the documentation, load the file offline.html in a web browser.

platforms/ Contains a set of Android platform versions that you can develop applications against, each in a separate directory.

/ Platform version directory, for example "android-1.6". All platform version directories contain a similar set of files and subdirectory structure.

data/ Storage area for default fonts and resource definitions.

images/ Storage area for default disk images, including the Android system image, the default userdata image, the default ramdisk image, and more. The images are used in emulator sessions.

skins/ A set of emulator skins available for the platform version. Each skin is designed for a specific screen resolution.

templates/ Storage area for file templates used by the SDK development tools.

tools/ Any development tools that are specific to the platform version.

android.jar The Android library used when compiling applications against this platform version.

samples/ Sample code and apps that are specific to platform version.

tools/ Contains the set of development and profiling tools available to you, such as the emulator, the android tool, adb, ddms, and more.

SDK Readme.txt A file that explains how to perform the initial setup of your SDK, including how to launch the Android SDK and AVD Manager tool on all platforms

SDK Setup.exe Windows SDK only. A shortcut that launches the Android SDK and AVD Manager tool, which you use to add components to your SDK.

▼ more
works to do
2010-04-29 10:20:19

1. 한글이면 *2 되도록

2. round

3. 선택된 아이템 연결선 정리

▼ more
unfinished work of drawing a graph
2010-04-27 17:33:06

1. handling recursive node.

2. pop-up

3. effectively show entire node..

▼ more