2

Click here to load reader

Android studio with alternative emulator: Genymotion

Embed Size (px)

DESCRIPTION

This document describes how to install Android studio with an alternative AVD named Genymotion. This tutorial will help you step by step on installing and configuring Genymotion.It works on Windows and Mac OS X.

Citation preview

Page 1: Android studio with alternative emulator: Genymotion

04/09/13 22:22template

Pagina 1 di 2file:///Volumes/SURVIVING/Export%20post/ADT%20and%20Genymotion_1.html

Topics covered

How to install Genymotion

Android Studio with Genymotion

AVD

Surviving w/ AndroidAndroid developer blog. Tutorial for android development that helps you to become an androiddeveloper

In this post I will explain how to setup Android development environment using Android Studio and Genymotion.Moving from Eclispe/ADT to Android Studio I was exploring some alternative configuration to improve my buildingenvironment. I came across a nice Android device emulator called Genymotion. I find it very interesting and really fast sothat I decided to use it as my device emulator. Everything is very easy.What do you need?

Android Studio already installedOracle VM VirtualBox ( you can download it here)Genymotion Android emulator (download it here)Genymotion Android studio plugin

Installing Oracle VM VirtualBoxIf you use Windows platform you have everything in your download otherwise you have to download the VM VirutalBox by yourself and install it. The process isvery straightforward so I won’t go into the details. This step is necessary otherwise the Android Emulator won’t start.

Installing Genymotion Android device emulatorThe first thing you have to do is creating a free account so that you can download the emulator. You can choice among different platforms, in my case I selectedMac OS X. Once you have downloaded it and installed it you have something like that:

Where you can have different emulator available. You select one and download it from the net. At the end you have your emulator ready to run:

Installing Android Studio PluginIn order to integrate the development tool with the emulator you have to install a plugin for Android Studio. Go to Preferences and look for Plugin the search box.Then you add the plugin you have already downloaded and you have:

Now you can run your Android project and you will find:

Page 2: Android studio with alternative emulator: Genymotion

04/09/13 22:22template

Pagina 2 di 2file:///Volumes/SURVIVING/Export%20post/ADT%20and%20Genymotion_1.html

The emulator is completely integrated in your development tool.The first time you run the emulator you can find an alert asking the Android SDK installation path:

Once you have configured it you can run your project: