https://github.com/koompi/koompi-pidroid
https://github.com/koompi/koompi-pidroid
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koompi/koompi-pidroid
- Owner: koompi
- Created: 2020-07-27T17:12:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T05:15:12.000Z (almost 6 years ago)
- Last Synced: 2025-06-30T17:46:23.974Z (about 1 year ago)
- Size: 86.6 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Getting Started
### Prerequisites
* Anbox puts the Android operating system into a container, abstracts hardware access and integrates core system services into a GNU/Linux system. Every Android application will be integrated with your operating system like any other native application.
* Anbox currently support only Linux 5.4.55-1-LTS.
* `curl` or `wget` should be installed
* `git` should be installed (recommended v2.4.11 or higher)
### Basic Installation
Anbox is installed by running one of the following commands in your Terminal & Konsole. You can install this via the command-line with either `curl` or `wget`, whichever is installed on your machine.
#### via curl
```shell
cd ~/Downloads/
```
```shell
curl http://repo.koompi.org/pix/android-google_20200803.tar.gz -O
```
### Installation Step
```shell
tar -xzvf android-google_20200803.tar.gz
cd android-google
sh installer.sh
```
### Install APK From apk file

Go to [Appmirror](https://appmirror.net/) and Download the apk you want to install. Open Dolphin and change directory to where you downloaded the apk file and right click on it and you will see the custom features to install apk file by right click.