This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d990b21
commit 58ddb83
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# WSA-APKInstaller | ||
An app for installing APKs to WSA over Android Debug Bridge | ||
An app for installing APKs to WSA over Android Debug Bridge. | ||
|
||
## Setup | ||
|
||
1) Download ADB to your computer. Download link: https://dl.google.com/android/repository/platform-tools-latest-windows.zip | ||
2) After downloading, extract the files and move to a folder. The files will stay here forever. | ||
3) Open your paths list and add your folder to it with adding `platform-tools` to end of string. Eg. `C:\adb\platform-tools` | ||
4) Open WSA settings and enable Developer Mode. | ||
5) After enabling it wait a few seconds and it give you an IP and a port. | ||
6) Open your terminal and write `adb connect <ip>:<port>`. Eg. `adb connect 127.0.0.1:58526` | ||
7) Type `adb devices` to confirm that you connected device succesfully. If you get a message like this, you connected successfully: | ||
``` | ||
List of devices attached | ||
127.0.0.1:58526 device | ||
``` | ||
## Usage | ||
Just drag and drop the .apk file on to the APKInstaller.exe or double click on .apk file and select this app by browsing. |