deepin 下安装xdroid
程序员文章站
2022-04-02 18:57:27
...
deepin 下安装xdroid
xdroid是deepin下的安卓模拟器,自己觉得很好用,用来完部落冲突很舒服.
安装包可以自己去百度下.
tar -zxvf xDroidInstall-x86_64-v3.0003-beta1.tar.gz
//解压文件.
chmod +x install.sh
//赋予脚本相应的权限,其实不这样也可以,直接sh ./install.sh
也可以,实在不行直接root执行试试
./install.sh
然后等待安装完成.
解压完的文件里面有一个安装说明,可以直接参考.这个
剩下的就和win下安装软件差不多,直接跟着提示走就好.
成功界面如图:
软件还是很丰富的,这里最好把多窗口换成单窗口 否则会出现b站的闪退,其他还是很好用的,我的部落冲突又可以O(∩_∩)O哈哈哈~.
文件里面的安装说明(安装这个还是很简单的):
aaa@qq.com:~/Desktop/xDroidInstall-x86_64$ cat 安装说明
If the archive is downloaded in Windows OS, unzip it in Linux instead of Windows.
Run ./install.sh to install.
If the script can not be executed, run the following commond and reinstall.
$ chmod +x install.sh
Run ./uninstall.sh to uninstall.
If the script can not be executed, run the following commond and reuninstall.
$ chmod +x uninstall.sh
如果从Windows下下载,请不要在Windows中解压,而是要在Linux中解压后,再执行安装程序
运行./install.sh执行安装
如果无法运行,尝试使用以下命令后,再执行安装
$ chmod +x install.sh
运行./uninstall.sh执行卸载
如果无法运行,尝试使用以下命令后,再执行卸载
$ chmod +x uninstall.sh
可以查看 data/xdroid-install.log 文件,了解详细安装过程
简书博客:
https://www.jianshu.com/p/be2ed145c5b1
自建blog:
http://pigdaqiang.top
http://texttxet.github.io
上一篇: LinuxDeepin安装NVIDIA显卡驱动禁用nouveau关闭Xservices(the nouveau kernel driver is*,X service error)
下一篇: 牛客网暑期ACM多校训练营(第一场
推荐阅读
-
Linux centos7环境下MySQL安装教程
-
linux下安装oracle后使用命令行启动的方法 linux启动oracle
-
win系统下nodejs环境安装配置
-
service pack3下载怎么安装(service pack3安装教程)
-
Windows下MySQL安装教程图文详解
-
解决Windows环境下安装 mysql-8.0.11-winx64 遇到的问题
-
Windows系统下安装Python的SSH模块教程
-
Linux(Ubuntu)下Mysql5.6.28安装配置方法图文教程
-
Mac下安装mysql5.7 完整步骤(图文详解)
-
Linux(Ubuntu)下mysql5.7.17安装配置方法图文教程