# Android Studio {{tag>android studio ide}} ## 설치 brew install --cask android-studio ## 문서 - [[Android Studio Black Theme]] - [[Android Studio Migration]] - [[Android Project Import]] * 아이콘 생성 : [[http://romannurik.github.io/AndroidAssetStudio/icons-generic.html|Android Asset Studio]] ### 오류들 ### 붙여넣기 안되는 경우 > Setting → Editor → General → Limits → > Maximum number of contents to keep in clipboard : 의 값을 1로 변경한다. #### Cannot resovle symbole `R` {{:blog:programming:android:2015-11-15_11_31_59.png?200|}} XML 파일에 문제가 생길경우에 나타나는 오류임. XML파일의 모든 오류를 제거해야 한다. 이경우에는 @color/primary 로 정의된 내용이 없어서 난 오류이다. res/values/colors.xml 파일을 만들고, 안에 내용을 넣었다. #800000 #700000 #700080 #008000 #800080 #FF0000 http://stackoverflow.com/questions/26444391/primary-dark-color-android-under-api-21 * [[http://androidhuman.tistory.com/529|Android Studio를 배워보자 - (1) 주요 특징 및 빌드 시스템]] * [[http://androidhuman.com/530|Android Studio를 배워보자 - (2) 라이브러리 프로젝트 생성, 참조하기]] * [[http://androidhuman.com/544|Android Studio를 배워보자 - (3) Gradle 스크립트를 수정하여 릴리즈 빌드 함께 빌드하기]] ### 다운로드 http://developer.android.com/sdk/installing/studio.html 에서 다운로드 한다. {{ :blog:programming:android:2014-06-05_11_12_51.png?200 |}} ### 실행 #### 시작화면 {{ :blog:programming:android:2014-06-05_11_28_13.png?200 |}} intelliJ IDEA 기반의 안드로이드 개발 환경이다. #### hello world 올리기 ### 참고 * http://developer.android.com/sdk/installing/studio.html ## 책 - [[핵심만 골라 배우는 안드로이드 스튜디오]]