03. 안드로이드 Essential - Kotlin
# 02. 안드로이드 스튜디오 프로젝트 만들기 - 09 : 06 / 17 : 51
안드로이드 스튜디오 설정 창 단축키 | |
MAC | Command + ,(쉼표) |
Window | Ctrl + Alt+ s |
# 02. 안드로이드 스튜디오 프로젝트 만들기 - 10 : 03 / 17 : 51
옵션 | 옵션 설명 |
Automatically perform "Run" when Apply Changes fails | 변경 사항 적용이 실패할 경우, 자동으로 실행한다. |
Automatically perform "Run" when Apply Code Changes fails | 코드 변경 사항 적용이 실패할 경우, 자동으로 실행한다. |
# 02. 안드로이드 스튜디오 프로젝트 만들기 - 10 : 38 / 17 : 51
AVD Manager 들어가는 방법
# 코드를 아래와 같이 색상을 다르게 주고 싶다면, 안드로이드 스튜디오 테마를 변경해준다.
detail-from-a-to-z.tistory.com/24
# 코드 폰트 크기를 바꾸는 단축키 설정
detail-from-a-to-z.tistory.com/25
# 07. 메소드 A - 06 : 12 / 12 : 21
매개변수 목록 출력 단축키 | |
MAC | Command + p |
Window | Ctrl + p |
# 07. 메소드 A - 10 : 30 / 12 : 21
여러 줄 주석 단축키 | |
MAC | Command + / |
Window | Ctrl + / |
# Call requires API level 24 (current min is 23): java.util.Map#replace 오류 원인
detail-from-a-to-z.tistory.com/29