本文介绍了Android SDK管理器中的MIPS系统映像是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对于每个SDK,我都有一个安装 MIPS系统映像的解决方案。

With each SDK, I have a solution of installing MIPS system image.

这是什么?它做什么以及何时会有人使用它?如果我不安装会怎么样?

What is it? What does it do and when will someone use it? What will happen if I do not install it?

推荐答案

它是一个模拟器映像,模拟具有MIPS CPU的设备,而不是ARM或x86 CPU。

It is an emulator image that emulates a device that has a MIPS CPU, instead of an ARM or x86 CPU.

你会如果您希望模拟具有MIPS CPU的设备而不是ARM或x86 CPU,请使用它。

You will use it if you wish to emulate a device that has a MIPS CPU, instead of an ARM or x86 CPU.

您将无法模拟具有MIPS CPU的设备,而不能模拟ARM或x86 CPU 。 MIPS联盟可能会哭。但是,考虑到目前市场上很少有具有MIPS CPU的Android设备,没有MIPS仿真器可能就好了。

You will not be able to emulate a device that has a MIPS CPU, instead of an ARM or x86 CPU. The MIPS Consortium may cry. But, considering right now there are very few Android devices with MIPS CPUs on the market, not having a MIPS emulator is probably just fine.

有关MIPS架构的更多信息可以可在此处找到:

More info on the MIPS architecture can be found here: http://www.mips.com/

这篇关于Android SDK管理器中的MIPS系统映像是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-12 11:57