노력과 삽질 퇴적물
에러:No Android device found! 본문
No Android device found!
Make sure USB debugging has been enabled. Check your device. In most cases there should be a small icon in the status bar telling you if the USB connection is available. If you are sure that your device is attached then it might be your USB driver that's the problem. For details please check the Android SDK setup section in the Unity manual.
환경
> win10 64bit
> 기종: 갤럭시S5
> 개발자 옵션, USB디버깅 허용 체크
> 삼성 USB드라이버 및 구글 USB드라이버 설치 완료.
해법.
* android sdk: D:\dev_lib\android_sdk_windows
CMD로 다음과 같이 명령어를 입력합니다.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | C:\Users\ANALOG-GREEN>cd /d D:\dev_lib\android_sdk_windows\platform-tools [sol - 1] D:\dev_lib\android_sdk_windows\platform-tools>adb devices List of devices attached * daemon not running. starting it now on port 5037 * * daemon started successfully * 48939749 unauthorized [sol - 2] D:\dev_lib\android_sdk_windows\platform-tools>adb kill-server D:\dev_lib\android_sdk_windows\platform-tools>adb start-server * daemon not running. starting it now on port 5037 * * daemon started successfully * | cs |
기타. 참조자료
unity3d - No android device found in unity - Stack Overflow
Unity: Cannot find Android Device - Unity Answers
기타. 변경이력
일자 |
변경이력 |
2016-11-13 | 초안 |
'📂게임개발 note > 에러&버그' 카테고리의 다른 글
에러: Can't connect to MySQL server on '127.0.0.1' (0) | 2017.03.14 |
---|---|
에러: 자마린 axml 실행오류 (0) | 2017.01.05 |
에러: Failed to re-package resources. (0) | 2016.10.04 |
에러: OpenTK 설치실패 (0) | 2016.06.20 |
에러: 이 솔루션 구성에 대해 빌드하도록 선택된 프로젝트가 없습니다 (0) | 2016.05.17 |