앱(app)을 개발하려면 우선 안드로이드 스튜디오를 설치해야 합니다.
안드로이드 스튜디오는 안드로이드 개발을 위한 공식 IDE입니다
Android Studio
The Official IDE for Android
안드로이드 스튜디오는 모든 타입의 안드로이드 장치에서 앱을 만드는 가장 신속한 도구입니다.
Android Studio provides the fastest tools for building apps on every type of Android device.
세계-수준의 코드 편집, 디버깅, 성능 tooling, 유연한 구축 시스템, 인스턴트 빌드/설치 시스템으로 독특하고 고품질의 앱을 만드는데 집중할 수 있습니다.
World-class code editing, debugging, performance tooling, a flexible build system, and an instant build/deploy system all allow you to focus on building unique and high quality apps.
DOWNLOAD ANDROID STUDIO 2.1
FOR WINDOWS (1181 MB)
Read the docs
Installing Android Studio 안드로이드 스튜디오 설치하기
2016년 5월 현재 안드로이드 스튜디오 최신 버전은 2.1입니다.
Android Studio provides everything you need to start
developing apps for Android, including the Android Studio IDE and the Android
SDK tools.
안드로이드 스튜디오에는 안드로이드 스튜디오 IDE와 안드로이드 SDK 도구 등 안드로이드용 앱 개발을 시작하는데 필요한 모든 것이 포함되어 있습니다.
If you didn't download Android Studio, go download Android Studio now, or switch to the stand-alone SDK Tools install instructions.
안드로이드 스튜디오를 다운로드 하지 않은 경우, download Android Studio now로 가시거나, 독립형 SDK Tools 설치 지침으로 전환하십시오.
Before you set up Android Studio, be sure you have
installed JDK 6 or higher (the JRE alone is not sufficient)—JDK 7 is required
when developing for Android 5.0 and higher. To check if you have JDK installed
(and which version), open a terminal and type javac -version. If the JDK
is not available or the version is lower than version 6, download the Java SE
Development Kit 7.
안드로이드 스튜디오를 설정하기 전에, JDK 6 이상이 설치되어 있어야 하며(JRE만으로는 불충분), 안드로이드 5.0 이상을 개발할 때는 JDK 7이 필요합니다. JDK의 설치 여부와 버전을 확인하려면, 터미널을 열고 javac -version을 타입 하십시오. JDK를 사용할 수 없거나 버전이 6보다 낮으면, Java SE
Development Kit 7를 다운로드 받으십시오.
[ Show instructions for all platforms ]
To set up Android Studio on Windows: 윈도우에 안드로이드 설정하기
Launch the .exe file you just downloaded.
다운로드 받은 .exe file을 론치하십시오.
Follow the setup wizard to install Android Studio and any
necessary SDK tools.
안드로이드 스튜디오와 필요한 SDK 도구들을 설치하기 위하여 설정 마법사를 따라 하십시오.
On some Windows systems, the launcher script does not
find where Java is installed. If you encounter this problem, you need to set an
environment variable indicating the correct location.
일부 Windows 시스템에서는, launcher script가 Java가 설치된 곳을 찾지 못하는 경우도 있습니다. 이런 문제가 생기면, 정확한 location를 가리키는 환경변수를 설정해야 합니다.
Select Start menu > Computer > System
Properties > Advanced System Properties. Then open Advanced tab
> Environment Variables and add a new system
variable JAVA_HOME that points to your JDK folder, for
exampleC:\Program Files\Java\jdk1.7.0_21.
Start menu > Computer > System Properties > Advanced System
Properties를 선택하십시오. 그런 다음 Advanced tab > Environment Variables를 열고 JDK 폴더를 가리키는 new system 변수 JAVA_HOME를 추가하십시오, 예를 들어 C:\Program Files\Java\jdk1.8.0_66.
The individual tools and other SDK packages are saved outside the Android Studio application directory. If you need to access the tools directly, use a terminal to navigate to the location where they are installed.
개별 도구들과 다른 SDK 패키지들은 Android Studio application 디렉토리의 외부에 저장됩니다. 도구들에 직접 접근하려 면, 터미널을 이용하여 도구들이 설치된 위치를 찾으십시오.
예: \Users\<user>\sdk\
Android Studio is now ready and loaded with the Android developer tools, but there are still a couple packages you should add to make your Android SDK complete.
안드로이드 스튜디오가 준비되어 안드로이드 개발자 도구들과 함께 로드 되었으나 안드로이드 SDK를 완료하려면 한 커플 의 패키지를 추가해야 합니다.
'앱 개발하기' 카테고리의 다른 글
다른 Activity 시작하기 (0) | 2015.12.14 |
---|---|
간단한 사용자 인터페이스 구축하기 (0) | 2015.12.14 |
앱(app) 가동하기 (0) | 2015.12.14 |
안드로이드 프로젝트 만들기 (0) | 2015.12.14 |
안드로이드 스튜디오는 안드로이드 앱을 개발하는 공식 IDE 입니다 (0) | 2015.12.14 |
댓글