ADT Bundle
기존에 안드로이드 개발할 경우
이클립스 설치 후..
ADT 플러그인 설치, Android-SDK 를 별도로 설치했어야 했는데
이게 한번에 나온게 있단다..
[출처] http://www.maanavan.com/adt-bundle-just-a-single-step-to-setup-android-development-environment/
Before this post i was used to send them below steps for the installation and setup of Android development environment:
1. Download Eclipse
2. Download JDK and install it, set the environment path
3. Download ADT plugin inside Eclipse
4. set the Preference with Android-SDK path
5. Download the latest platform-tools and everything
But now i would suggest to download ADT Bundle to new Android developer.
ADT Bundle:
Android ADT Bundle
The ADT Bundle provides everything you need to start developing apps, including a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development. so now we can say its single step download to setup Android development environment.
In short, with a single download, the ADT Bundle includes everything you need to begin developing apps:
- Eclipse + ADT plugin
- Android SDK Tools
- Android Platform-tools
- The latest Android platform
- The latest Android system image for the emulator
Yes there are also possible ways if you want to use existing version of Eclipse or any other IDE.
Here you go for download: ADT Bundle.
Setting Up the ADT Bundle:
As you have downloaded ADT bundle, follow below steps to setup it:
- Unpack the ZIP file (named adt-bundle-<os_platform>.zip) and save it to an appropriate location, such as a “Development” directory in your home directory.
- Open the adt-bundle-<os_platform>/eclipse/ directory and launch eclipse.
That’s it! The IDE is already loaded with the Android Developer Tools plugin and the SDK is ready to go.
[출처] http://www.maanavan.com/adt-bundle-just-a-single-step-to-setup-android-development-environment/
내용은 대충..
ADT Bundle 이면 위의 작업을 별도로 안해도 된다는..
단한번의 다운로드로 Eclipse IED 에 ADT 가 bulit-in 되어있고, 앱 개발하는데 필요한 모든 것들이 포함되어 있다는...
다운로드는 http://developer.android.com/sdk/index.html 여기서.
한번 해보자.