繁体   English   中英

我的计算机使用基于ARM的CPU。 如何以最佳性能运行Android模拟器?

[英]My computer uses an ARM-based CPU. How can I run the Android emulator with optimal performance?

我的Ubuntu在Atom(基于ARM)CPU上运行。 如何以最佳性能运行Android模拟器?

首先,这是有关我的操作系统和CPU的更多信息:

$ uname -a 
Linux mypc 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

$ cat /proc/cpuinfo 
 1  processor   : 0
 2  vendor_id   : GenuineIntel
 3  cpu family  : 6
 4  model       : 77
 5  model name  : Intel(R) Atom(TM) CPU  C2550  @ 2.40GHz
 6  stepping    : 8
 7  microcode   : 0x122
 8  cpu MHz     : 2400.097
 9  cache size  : 1024 KB
10  physical id : 0
11  siblings    : 4
12  core id     : 0
13  cpu cores   : 4
14  apicid      : 0
15  initial apicid  : 0
16  fpu     : yes
17  fpu_exception   : yes
18  cpuid level : 11
19  wp      : yes
20  flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch cpuid_fault epb tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat
21  bugs        :
22  bogomips    : 4800.19
23  clflush size    : 64
24  cache_alignment : 64
25  address sizes   : 36 bits physical, 48 bits virtual
26  power management:

我已经安装了Android Studio,并使用其仿真器来运行基于x86的系统映像,而不会出现问题。

但是我听说,如果我运行基于ARM的qemu仿真器,则可以提高性能。 我不确定这是否属实。 而且我什至不知道该怎么做。

任何帮助都感激不尽。 非常感谢。

正如@bouteillebleu指出的那样,我对该问题的推定是错误的。

我将此问题标记为已结束。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM