Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/