IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 系统运维 -> Android模拟器(windows + linux + 移动设备) -> 正文阅读

[系统运维]Android模拟器(windows + linux + 移动设备)

windows

Bluestacks 蓝叠

  • Bluestacks的原理是把Android底层API接口翻译成Windows API,对PC硬件本身没有要求,在硬件兼容性方面有一定的优势。但Bluestacks需要翻译的Android接口数量巨大,很难面面俱到,而且存在软件翻译的开销,在性能和游戏兼容性方面欠佳。
  • 官方地址
  • 视频教程(许多游戏教程)
  • 靠谱助手,基于Bluestacks内核的安卓模拟器

Virutalbox

  • Virtualbox是数据库巨头Oracle旗下的开源项目,通过在Windows内核底层直接插入驱动模块,创建一个完整虚拟的电脑环境运行安卓系统,加上CPU VT硬件加速,性能和兼容性都更好,但是对于电脑CPU有一定要求,超过五年以上的电脑使用起来比较吃力。
  • 逍遥安卓模拟器,基于Virtualbox深度定制的安卓模拟器,逍遥安卓模拟器工作室版支持运行在Intel/AMD x86处理器上的windows xp/win7/win8/win10等主流操作系统,有些对于arm的软件可能无法运行。

如果安装到99停止了,需要去,开启GPU虚拟化支持

  • 、首先进入电脑的BIOS界面;
  • 、在BIOS页面找到对应的VT选项;
  • 、在VT选项后面的设置【Disable】修改为【Enable】保存重启即可。

linux-Android模拟器

1. ARChon

ARChon描述
视频教程
ARChon https://archon-runtime.github.io/
在这里插入图片描述

  • Download the ARChon runtime, extract it
  • navigate to chrome://extensions, enable “Developer - Mode”
  • load the runtime download->到chrome://extensions
  • 需要使用nodejs将apk转为crx 教程
  • npm install chromeos-apk –g ,转换工具的git链接
  • 然后安装crx

2.BlissOS-x86 https://sourceforge.net/projects/blissos-x86/

安装Bliss OS变身安卓电脑,又一款电脑版Android X86系统,最新电脑版Android 10体验!

  • 下载一个iso
  • 然后做成系统
  • 安装即可

更换镜像

deb http://de.archive.ubuntu.com/ubuntu impish main restricted universe multiverse
#deb-src http://de.archive.ubuntu.com/ubuntu impish main restricted universe multiverse

deb http://de.archive.ubuntu.com/ubuntu impish-updates main restricted universe multiverse
#deb-src http://de.archive.ubuntu.com/ubuntu impish-updates main restricted universe multiverse

deb http://de.archive.ubuntu.com/ubuntu impish-security main restricted universe multiverse
#deb-src http://de.archive.ubuntu.com/ubuntu impish-security main restricted universe multiverse

deb http://de.archive.ubuntu.com/ubuntu impish-backports main restricted universe multiverse
#deb-src http://de.archive.ubuntu.com/ubuntu impish-backports main restricted universe multiverse

# deb http://archive.canonical.com/ubuntu impish partner
# deb-src http://archive.canonical.com/ubuntu impish partner
deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse

deb https://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse

deb https://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse

deb https://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse

deb https://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse

deb https://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse

deb-src https://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse

deb-src https://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse

deb-src https://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse

deb-src https://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse

deb-src https://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse

移动设备

vmos

  • 官方地址
  • VMOS是Android上的虚拟机应用程序,可以运行另一个 Android 操作系统作为客户操作系统。用户可以选择将来宾 Android VM 作为根 Android 操作系统运行。VMOS 来宾 Android 操作系统可以访问Google Play 商店和其他Google应用程序。VMOS 是第一款支持 Google Play 服务和其他 Google 应用程序的 Android 虚拟机。

平行空间

  • 官方地址
  • 两个帐号,同时在线,在平行空间内登陆第二帐号,同时接收两个帐号的信息,不同的账户数据互不影响。
  • 私密应用,隐身安装,安全锁则可以严格保护你的隐私,远离窥探。

https://github.com/FBlackBox/BlackBox

  • BlackBox是一个虚拟引擎,它可以在Android上克隆并运行虚拟应用程序,用户无需安装APK文件即可在设备上运行该应用程序。BlackBox控制所有虚拟应用程序,所以你可以通过使用BlackBox做任何你想做的事情。
# 参考
[安卓模拟器哪个好用?五大主流安卓模拟器评测](http://www.xyaz.cn/blog/20191115-43157.html)
[VMOS_(software)](https://en.wikipedia.org/wiki/VMOS_%28software%29)
  系统运维 最新文章
配置小型公司网络WLAN基本业务(AC通过三层
如何在交付运维过程中建立风险底线意识,提
快速传输大文件,怎么通过网络传大文件给对
从游戏服务端角度分析移动同步(状态同步)
MySQL使用MyCat实现分库分表
如何用DWDM射频光纤技术实现200公里外的站点
国内顺畅下载k8s.gcr.io的镜像
自动化测试appium
ctfshow ssrf
Linux操作系统学习之实用指令(Centos7/8均
上一篇文章      下一篇文章      查看所有文章
加:2022-05-13 12:00:08  更:2022-05-13 12:03:06 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年9日历 -2024/9/28 11:15:06-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码