/apk-quick-install-server

APK file transfer service. Use when AVD and USB debugging are unavailable.

Primary LanguageTypeScript

English | 한국어

APK Quick Install Server

This is desktop application, the server of APK Quick Install. The overall service is described in the APKQI repository.

Usage

You can download binary excutables from Release.

It must be config.json file exists in the same folder when you run the program. config.json file has the following format:

{ "file": "C:/android-studio/APKQI/app/build/outputs/apk/debug/app-debug.apk", "port": 12321 }

In "file", enter the location of the file to detect creation or change, and in "port", enter the port number to use when connecting with client.