Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- manifest
- 문자열
- 존재
- Intent
- ArrayList
- MSSQL
- jdom
- JSON
- activity
- listview
- Java
- File
- TitleBar
- LOG4J
- bean
- custom
- WebView
- Progressbar
- rownum
- tab
- javamail
- HTML5
- Bitmap
- 특수문자
- Android
- SQLite
- QuickAction
- launchMode
- keyboard
- 여부
Archives
- Today
- Total
안웅
[Android] 단말기로 개발하기 본문
1. 단말기(스마트폰)의 설정(settings)을 들어간다.
2. 응용프로그램(Application) -> 개발(Development)
3. USB 디버깅(USB debugging), 켜진 상태(Stay awake)로 유지 를 체크한다.
4. USB 케이블을 이용해 PC와 연결한다.
5. 드라이버를 설치하라는 화면이 나온다. (드라이버는 SDK가 설치된 usb_driver폴더에 있다.)
* 드라이버가 설치가 안될경우
=> ..\android-sdk-windows\usb_driver\android_winusb.inf 파일을 열어
2. 응용프로그램(Application) -> 개발(Development)
3. USB 디버깅(USB debugging), 켜진 상태(Stay awake)로 유지 를 체크한다.
4. USB 케이블을 이용해 PC와 연결한다.
5. 드라이버를 설치하라는 화면이 나온다. (드라이버는 SDK가 설치된 usb_driver폴더에 있다.)
* 드라이버가 설치가 안될경우
=> ..\android-sdk-windows\usb_driver\android_winusb.inf 파일을 열어
[Google.NTx86]" 부분에 내용 추가
;HTC Desire
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C87
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C87&MI_01 6. 정상적으로 드라이버가 설치가 되면 DDMS화면의 Devices화면에 실제 장치가 표시된다.
'android > 설치 및 설정' 카테고리의 다른 글
[Android] 설치하기 (0) | 2011.01.10 |
---|
Comments