https://github.com/park-sm/android-connector
Android Debug Bridge를 활용한 디바이스 무선 연결 프로그램
https://github.com/park-sm/android-connector
Last synced: 8 months ago
JSON representation
Android Debug Bridge를 활용한 디바이스 무선 연결 프로그램
- Host: GitHub
- URL: https://github.com/park-sm/android-connector
- Owner: Park-SM
- Created: 2021-06-30T11:12:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T09:44:18.000Z (over 4 years ago)
- Last Synced: 2025-01-05T22:28:37.417Z (9 months ago)
- Language: C++
- Size: 532 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Android-connector
Android Debug Bridge를 활용한 디바이스 무선 연결 프로그램입니다.## How to use
1. PC와 디바이스를 같은 Wi-Fi에 연결합니다.2. 프로그램을 실행시킵니다.
3. 프로그램이 자동으로 기본 adb.exe 파일 위치를 탐색합니다. 기본 위치에 없을 경우 절대 경로를 입력합니다.
4. 디바이스의 설정에서 현재 연결된 Wi-Fi의 IP 주소를 입력합니다.5. "Please Check the IP, connect the device to the PC with a USB cable and try again."
위의 문구가 출력되면 USB 케이블로 디바이스와 PC를 연결 후 2번부터 다시 시도하면 연결되며, 연결 후
USB 케이블을 분리하여 무선으로 이용할 수 있습니다.## License
Copyright 2021 ParkSMLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.