Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mousedoc/nox-adb-connector
Nox App Player ADB Connector
https://github.com/mousedoc/nox-adb-connector
adb c-sharp nox
Last synced: about 2 months ago
JSON representation
Nox App Player ADB Connector
- Host: GitHub
- URL: https://github.com/mousedoc/nox-adb-connector
- Owner: mousedoc
- License: mit
- Created: 2018-06-12T00:55:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T08:44:45.000Z (over 3 years ago)
- Last Synced: 2024-10-11T09:54:45.552Z (2 months ago)
- Topics: adb, c-sharp, nox
- Language: C#
- Homepage:
- Size: 24.4 KB
- Stars: 18
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nox-adb-connector
## Features
- Run `nox_adb connect` with various ports
- (Not include `nox_adb reverse`)## How to use
- Change your Nox App Player settings to usb debugging
- Execute nox-adb-connector.exe## How to build
[Runtime identifier](https://docs.microsoft.com/ko-kr/dotnet/core/rid-catalog)
```
# -r == Runtime identifier
dotnet publish -r win-x64 -c release -p:PublishSingleFile=true --no-self-contained
```## Reference
- https://www.bignox.com/blog/how-to-connect-android-studio-with-nox-app-player-for-android-development-and-debug/