簡體   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