노력과 삽질 퇴적물

에러:No Android device found! 본문

프로그래밍note/에러&버그

에러:No Android device found!

MTG 2016. 11. 13. 21:42


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

 초안