简体   繁体   中英

Android emulator test

I am working on server-client architecture with mobile platforms and remote database. I have a local server, then i coded android programs which are clients of my local server.

My computer has :

  1. 8 GB ram
  2. Windows 7 64 bit
  3. Intel i7 2.93GHz

so i want to test my application with more emulator and i tried to open 10 or more emulator, but my computer could not.
Is there any way to trying more emulator to test my application?
I need 10 or more testing client machine on local

我会研究诸如genymotion或使用Intel HAXM加速仿真器的商用仿真器

Ok, A thing to try would be to run 4 virtual machine using the vmware software. Each emulator can then run a like 3 virtual devices then connect to your main host and test your app. All the virtual machines would connect to the host's local network with minimal configuration. From there, each of the virtual devices running on the virtual machines can have access to the host's local network.

My two cents:

  1. Be sure you're running Intel HAXM as mach mentioned above.

  2. If the bottleneck is a RAM limitation, thus try to increase the SWAP size in Windows System settings, but take into account, this will dramatically decrease the overall system performance, especially if you have HDD and not SSD.

您可以尝试Genymotion和蓝色堆栈以及Intel HAXM和默认仿真器,这样您就可以达到目的了。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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