Android simulator--genymotion faster than the real machine
----Reprint Please specify the Source: Coder-pig
Introduction to this article:
The author as a non-income college dog, unlike some of the company's friends, have their own test machine, with more than a year of Lenovo S898t
Already "riddled with holes", unsightly! In fact, I do not like to install so many of their own mobile phone test software! After all ~
Speaking of this, I believe many friends and friends are the same as the author usually use the SDK provided by the AVD virtual machine for code debugging!
Many times, you will hear people complaining, "the garbage simulator is 10 minutes, how to play?", "Run a simple program to run for six months",
"Make an animation one card at a card, just like a slideshow ..." and so on all kinds of spit slot simulator! The author is also deeply hurt!
A chance, heard the group of several people blowing water, the first time to hear the word genymotion, subconsciously Baidu a bit!
Know that there is this simulator, but did not care at that time, recently saw an article blog post used this stuff, it looks good!
Today, it's OK to go down and install the food. Finally come to a word!
Cool! Fast! Mouth
How a good word, next say what is the advantage of it?
In fact, more of the simulator is fast, the boot only takes a few seconds! Running the program is also a matter of seconds!
And then switch to drag a little bit of a card, fluency first-Class! Here's a look at this simulator!
Let's take a look at the running, GIF. Only short clips can be recorded due to size limitations
Think not enough to see the following video demo (Baidu Cloud dump, online Watch can, I temporarily did not find a good video sharing platform)
Click to watch:genymotion demo Video
Why use Genymotion (pros):
PS: The official introduction:
where to download Genymotion
Baidu to have a lot of, the first is, Genymotion's Chinese official website:
Links are as follows:http://www.genymotion.cn/#theme =download
How to download and install Genymotion
① Open the link provided above to register your account password:
② Select the desired version to download, if not installed VirtualBox, directly under the first one can be
It contains genymotion and virtual machines! Of course if your computer already has VirtualBox or not based on
The Windows system can be downloaded by selecting the following other versions:
③ do not hurry to dress, this time we login to our mailbox, activate our account, we will receive a message:
After verification is complete, you receive another message:
④ Double-click the installation package, is the next step in the Fool's style:
Select the installation directory:
After installation, the Oracle VM VirtualBox installation will pop up, here you can select the path, the author directly installed the default
The installation process will occasionally pop up a window to install some devices, this is the virtual machine in the installation of things, do not worry, all press the installation:
OK, after the installation is complete, confirm that it will run our genymotion.
How do I create an android emulator?
① run the software will come to an interface, because it is the first time to use, so we need to create a new AVD:
Click Yes to select the AVD version of the interface, because there are no devices on it, we need to connect to the official website
For various versions of the system and hardware devices, click Connect below to enter the password of the account that we have activated:
e-mail and password (the author may be a network problem, several consecutive times to succeed)
After successful login, the corresponding system and hardware devices can be selected: (currently not supported Androidl)
This displays information about the device and can customize the name of the emulator
After setting the name, click Next to download the relevant program for the virtual device and the official SDK
(for example, the author is Naxus 4, the default is Android 4.2)
OK, the AVD has been created, and then run it up, the boot is only more than 10 seconds, great! Super smooth operation Ah, there are wood?
Well, I believe you see here you are close to want to try, don't worry, we are used to develop, perhaps you will tangle how to let eclpise or
Programs written on Android Studio run on the simulator!
How to deploy the written code on genymotion?
In fact, this question is asked in white, we can see the current running simulator as long as the device on the eclpise.
The feeling is actually similar to the real machine, we just need to run the program to choose which device to run on!
some of the other minor problems:
① does not like the native system and wants to use the system version in the standard SDK
A: When downloading the device driver has actually downloaded the corresponding SDK, but if you do not like it can
Open Setting--adb--> Select the SDK path for eclpise
② old login? or can't get the phone list:
A: Most of the reasons are to the wall, so only use VPN, but it seems to be possible during the day,
Although a bit slow, the evening words I tried n times are not download other version of the device! Log in
No need to see your account password is wrong Oh!
③ think the simulator is too big for the screen.
Answer: Turn off the simulator first, click the Wrench icon
④ In addition, say one thing:
Like Android Studio, Genymotion can also be incompatible or lag, abnormal termination and other issues;
But please don't complain about something by the end of one or two times, we are programmers, we are not market bargaining
Aunt, the program has a bug is normal! With the usual heart! In addition, the hardware of the genymotion run has a certain demand.
If the memory is below 2G is not recommended (looks like 2G run 4.2 of the normal simulator has a little difficulty), and now
I believe most of the friends of the computer memory is more than 4g, so there should be no insufficient configuration of the problem!
PS: About the installation of genymtion here, I just introduce the use of this genymotion;
Do not like to spray, conditional words or suggest you use this simulator bar, personal use is free of charge, enterprises are estimated to be charged;
But enterprises have test machine =-=, so much nonsense! If you think this article is useful, then the top one!
Your support is our power to write Bo support! Thank you
Android simulator--genymotion faster than the real machine