/apk-quick-install

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

Primary LanguageKotlin

English | 한국어

APK Quick Install

This is a service that detects the creation or change of the apk file of a specific path on the PC, sends it to the Android device, and requests installation. In one word, As soon as you build the apk in Android Studio, "Do you want to install it?" appears on the screen of your phone.

fin

Motivation

This service is useless in most situations, but it is good when you have the following restrictions:

  • USB connection between PC and device is not possible (so wireless adb cannot be used)
  • AVD not available

There is only one way left in this situation. Whenever you need to run your app, build the apk file, upload to Google Drive, download form phone and install it. It is APKQI that automates this annoying process.

Usage

Before you use this application, The server must be running on your PC. More information: APKQI Server

  1. Download android app from Google Play Store.
  2. Start application on your android device.
  3. Eneter IP Address of your computer and port
  4. Run Service.