# linux-on-android **Repository Path**: NingOpenSource/linux-on-android ## Basic Information - **Project Name**: linux-on-android - **Description**: 在android上运行linux - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-09 - **Last Updated**: 2021-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Linux env 在android上运行linux ### 依赖项目 1. `linuxdeploy`:[gitee](https://gitee.com/OtherCopy/linuxdeploy), [github](https://github.com/meefik/linuxdeploy) 1. `linuxdeploy-cli`:[gitee](https://gitee.com/OtherCopy/linuxdeploy-cli), [github](https://github.com/meefik/linuxdeploy-cli) 1. `PRoot`:[gitee](https://gitee.com/OtherCopy/meefik-PRoot), [github](https://github.com/meefik/PRoot) ### 开发环境配置 1. 下载`linuxdeploy` ```shell script git clone https://gitee.com/OtherCopy/linuxdeploy.git thirdpart/linuxdeploy ``` 1. 下载`linuxdeploy-cli` ```shell script git clone https://gitee.com/OtherCopy/linuxdeploy-cli.git thirdpart/linuxdeploy/app/src/main/assets/env ```