Genymotion with the installation of Android Studio

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.