스마트폰(287)
-
Android Studio - JDK 경로 확인하기
JDK location 확인 방법 Adroid View에서 app 선택 >>> 마우스 우클릭 >>> Open Module Settings 왼쪽 메뉴에서 SDK Location 선택 Android SDK location/JDK location 정보를 확인할 수 있습니다.
-
Android SDK 추가 설치
Android Studio >>> Tools >>> Android >>> SDK Manager API 19버전의 항목 체크 후 우측 하단의 Install x packages..버튼 클릭 (모든 항목 체크해도 됨) Accept License 체크 >>> Install 설치 중... 설치 완료 Android SDK 버전 다운로드 TIP 개발 지원할 하위 버전이 정해 지면 해당 버전이상의 API는 모두 다운받습니다. 만약, Wearable쪽도 개발을 한다면 Android 4.4W.2(API 20)도 체크후 다운로드 받으시기 바랍니다. Android SDK 저장 경로 방법 1 프로젝트명 >>> gradle >>> local.properties ## This file is automatically generate..
-
연결된 디바이스 확인하기
스마트 폰과 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 시키기 환경설정-글꼴 수정 환경설정-행 번호 보이게 설정