1. 자바게임
오늘 :
6,316 / 53,598
어제 :
9,122 / 88,106
전체 :
19,546,378 / 271,602,167

안드로이드 스튜디오로 앱만들기

ANDROID STUDIO & JAVA STUDY Tip 모음

추천 수 : 0 / 0
조회 수 : 54548
2015.01.21 (08:47:38)
Search for Android Studio
.
download01.jpg
Android Studio is the official IDE for Android application development, based on IntelliJ IDEA. On top of the capabilities you expect from IntelliJ, Android Studio offers:

•Flexible Gradle-based build system
•Build variants and multiple apk file generation

•Code templates to help you build common app features
•Rich layout editor with support for drag and drop theme editing

•Lint tools to catch performance, usability, version compatibility, and other problems
•ProGuard and app-signing capabilities

•Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine
•And much more


다운로드하는데 시간이 좀 걸립니다. 
인내심이 필요합니다.

위의 검색창에서 "안드로이드 스튜디오 설치"로 검색하시어 참고하세요.
자세한 설치방법은 많은 사람들이 잘 해 놓았네요.
 
 설치하시다가 SDK 설치부에서의 다운로드가 또한 시간이 많이 걸리네요.
 
setup-wizard.jpg

우여곡절 끝에 설치가 완료되시면 아래 그림이 나옵니다.
수고하셨어오.

setup-ok.jpg

이제부터 안드로이드 스튜디오 내부를 파헤쳐 봅시다. 

 

Tag List