Genymotion Emulator For Mac

  1. Genymotion Emulator For Mac Pro
  2. Emulator For Mac Roms
  3. Genymotion Emulator For Mac Downloads

And Genymotion is so easy to setup and work with that it makes installing and running different emulator images a breeze. There are a few gotchas to getting this working, but the tl;dr version is this: Mac Run Genymotion and start an emulator; Mac Locate the adb command (part of the Xamarin / Android tools installation) and restart the adb service. Genymotion for Mac is quite faster than any other Android emulators. You will be able to install an APK by simply dragging it on the Genymotion Dashboard. So that was all for the how to install genymotion on mac and top features of the application. If you are wondering how to install Genymotion on Ubuntu then you can check out the article.

The ideal emulator for the next MacBook is GenyMotion, friend. GenyMotion is intentionally made for developers who will test their applications. The developers will configure the emulator on various virtual devices. For example, a developer could specify a Nexus One with Android 4.2 and a Nexus 6 with Android 6.0. Genymotion is a fast and wonderful third party emulator that can be used to create a virtual environment for Android. It is the fastest Android emulator on the earth. It can be used to develop, test and run Android apps on Mac PC. It is available for Windows, Mac, and Linux machine.

Even if this might appear as an edge case I know a lot of Android devs using Genymotion emulator for Mac in their daily work, but emulators in general, are RAM eater that slow down the entire system.

Genymotion is an awesome Android emulator, the support is good and the installation is fast and simple: it simply works out of the box!

After experimenting some configurations, I’ve accomplished to run Genymotion on a Windows PC and make it available for connection from my Mac.

Genymotion Emulator For Mac Pro

The solution has been tested on a local trusted network nevertheless, an SSH tunnel would be preferable.

This solution can be convenient if you don’t want to overload your Mac with the heaviness of the emulator or/and a long test suite takes some time to finish and in the meantime you need to switch to another emulator.

Precondition:

  • Mac with Android SDK.
  • Windows with Genymotion installed.

First of all, go to Genymotion settings > ADB > Select Use custom Android SDK tool and leave it empty, in this way Genymotion will not restart the local ADB when the external ADB will try to connect.

Now you need to open port 5555 and 5554 to let ADB connects to Genymotion.

On Start, go to Windows System > Control Panel > System and Security > Windows Firewall > Advanced Settings.

ADB remote 5555

Right click on Inbound Rules > New Rule

Genymotion Emulator For Mac

Select Port

Select TCP

In Specific local ports type 5555

Select Allow the connection

Uncheck Domain and Public if you need this rule for your home network only

Add a name to the rule I’ve called it ADB remote 5555

Now right click on Inbound Rules > New Rule once again and repeat the process for port 5554.

Use the same configurations, just specify 5554 in Specific local ports, and in the end call the rule ADB remote 5554

It’s time to start Genymotion and run our Android emulator.

Take note of the IP address of the emulator, from now on I’ll call it .

And now it’s time to forward the incoming connections to the Genymotion emulator.

From the windows machine run command line as administrator: go to Start > type cmd > the first result will be CommandPrompt, right-click on it and select Run as administrator.

type

and hit return.

type

and hit return.

You can double check you typed correctly running this command

and you should see something like this

Now kill adb on Win

Genymotion Emulator For Mac

And take note of the local IP typing

Emulator For Mac Roms

I’ll call it .

Go finally to your Mac and restart the adb.

Genymotion

And connect to Genymotion by typing the IP of the Windows PC

Genymotion Emulator For Mac Downloads

This is the solution I found without using any external software for SSH tunnel or PuTTy, if you want to explore more solutions you can check these posts on StackOverflow