CODEDRAGON ㆍDevelopment/Android
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 환경 변수 생성하기
하단의 새로 만들기(W)…버튼 클릭
아래와 같이 환경 변수값 추가 후 >>> 확인 버튼 클릭
변수 이름 | Android_Tools |
변수 값 | C:\javanAndroid\Android\sdk\platform-tools |
Android_Tools 환경 변수를 Path경로에 추가하기
새로 생성한 Android_Tools환경변수 값을 Path경로에 추가하기
Path 시스템 환경 변수 선택한 후 편집 버튼 클릭
Path 환경변수값의 맨 앞쪽에 아래와 같이 변수값 추가 후 확인 버튼 클릭
%Android_Tools%; |
정상 설정 여부 확인하기
키보드의 Windows + R
cmd 입력 >>> 확인
adb devices
현재 PC 에 연결된 Phone은 없다고 데몬이 성공적으로 시작되었다고 나옵니다.
정상적으로 설정되지 않은 경우
'Development > Android' 카테고리의 다른 글
연결된 디바이스 확인하기 (0) | 2015.03.01 |
---|---|
Error-Rendering Problems - Missing styles. Is the correct theme chosen for this layout? (Android Studio) (0) | 2015.02.28 |
Android Studio 기본 설정 변경 (0) | 2015.02.27 |
Android Studio, 환경설정-행 번호 보이게 설정 (0) | 2015.02.26 |
Android Studio, 환경설정-글꼴 수정 (0) | 2015.02.25 |