모바일(95)
-
연결된 디바이스 확인하기
스마트 폰과 Android Studio와 연동시키기 키보드의 Windows + R cmd 입력 >>> 확인 아래의 명령을 입력하여 연결상태 확인 adb devices 스마트폰의 드라이버가 설치되어 있지 않은 경우 USB 디버깅 허용 전 스마트폰에서 USB 디버깅 허용에서 확인 터치 USB 디버깅 허용 후 정상 연결 상태 확인
-
Error-Rendering Problems - Missing styles. Is the correct theme chosen for this layout? (Android Studio)
에러 메시지 Rendering Problems Missing styles. Is the correct theme chosen for this layout? Use the Theme combo box above the layout to choose a different layout, or fix the theme style references. Failed to find style 'textViewStyle' in current theme (4 Similar errors not shown) 원인 초기 프로젝트 생성시 관련 파일들을 정상적으로 로딩하지 못해서 생긴 이슈 해결방법 Android Studio >>> File >>> Invalidate Caches / Restart… 수행 Invalidate an..
-
Android_Tools 환경 변수 추가
Android_Tools 시스템 환경 변수 추가 Android_Tools 환경 변수 생성하기 Android_Tools 환경 변수를 Path경로에 추가하기 정상 설정 여부 확인하기 ADB Android Studio와 Emulator Instance 또는 실제 폰과 통신하는 것을 가능하게 해주는 Command Line Tool 'platform-tools' 디렉토리의 전체 경로명 카피 Android Studo 설치 디렉토리로 이동해서 'platform-tools' 디렉토리의 전체 경로명 카피 C:\javanAndroid\Android\sdk\platform-tools 시작 >>> 실행 or 키보드의 Windows + R sysdm.cpl 입력 고급 탭 클릭 >>> 환경 변수 클릭 Android_Tools 환..
-
Android Studio 기본 설정 변경
Android Studio 기본 설정 변경 환경설정-메모리 설정 변경 환경설정-Code 패키지 자동으로 import 시키기 환경설정-글꼴 수정 환경설정-행 번호 보이게 설정
-
Android Studio, 환경설정-행 번호 보이게 설정
소스코드의 행 번호 보이게 하기 Android Studio >>> File >>> Settings >>> 왼쪽 창의 Editor - Appearance 선택 >>> 오른쪽의 Show line numbers 체크 적용 전적용 후
-
Android Studio, 환경설정-글꼴 수정
Editor에 표시되는 폰트 변경 Configure Settings 메뉴 항목에 표시되는 인터페이스를 수정 하기 IDE Settings 영역 >>> Appearance선택 UI Options 영역에서 Override default fonts by (by recommended):항목 체크후 원하는 글꼴 선택가능 소스 코드 글꼴 변경 IDE Settings 영역 >>> Editor >>> Colors & Fonts >>> Font 로 이동 Save AS… 버튼 클릭 변경된 테마설정을 저장할 이름 지정 Font수정 후 Apply >>> OK