As we all know, Android Studio comes with a simulator for memory and CPU consumption is very large but not very good results, it is Google to sell mobile phone design. GenY Motion has a much lower requirement for function, and it does not have the same card as the simulator itself. GenY Motion officially supports Android Studio, but because of some very short-minded reason .... There will be big trouble during the installation, and here is the story.
Installation of 1.Android Studio
Too big to mention, suppose you are well.
Installation of 2.Geny Motion
https://www.genymotion.com/#!/
Register now and download the free version later.
3.Geny Motion plug-in installation
(1) First select settings
(2) then select Plugins
(4) In search box search genymotion installation, you need to set the path of genymotion
All right, you think it's over?
Too Young, Too, sometimes naive.
Not found, click on the new Genymotion icon can not eject!
In fact, the problem with this idiot is that as can't find virtual box .... Knowing the problem is a solution. According to a great God to the plug-in anti-compilation, found that the plug-in is looking for VirtualBoxManager.exe, the method is to execute the genymotion installation directory under a reg.exe called a small program to find VirtualBoxManager.exe, however ........ There's no such program in the Genymotion directory.
Hang Daddy, there's wood.
But fortunately this small program is very simple, the role should be to search VirtualBoxManager.exe path, and then end .... As a love of hands-on technology, this little thing can not be difficult to pour us. Do not know how it is the search path, but we can easily rough some, directly manually find the path, and then write a code to compile the program is good ....
The code is as follows:
#include <stdio.h>int main (void) { printf ("C:\\Program Files\\ Oracle\\virtualbox"); // here, use your own path. return 0 ;} // In addition, the compiled program is called Reg.exe .
Compile it and don't forget to compile it into release!
Throw it into the catalogue and succeed!
Genymotion with the installation of Android Studio