Setup Genymotion Android Emulator In Ubuntu

Introduction

Genymotion is an android emulator that can be used for development purpose or application testing purpose. You can feel the android without having an actual device. It is very fast, simple and easy to handle Application. You can go full Screen Size mode that will give you feeling of desktop, and you can easily copy and past and easy drag and drop feature is also available. This emulator also support GPS and wifi Internet  in real time.

Installation

First of all you will need to create a Account on Genymotion Website. Go to this link and create an account.

utorrent_

Check you email to  activate the account, then download Genymotion emulator.

Download Genymotion to your favorite location.

utorrent_(001)

Change permissions of that file:

chmod +x genymotion-2.5.2_x64.bin

utorrent_(002)

Execute the script:

./genymotion-2.5.2_x64.bin

Press Y and it will create a director named as ‘genymotion’ , go to the directory run the script.

utorrent_(004)

cd genymotion && ./genymotion

utorrent_(005)

A Setup window will appear accept T&C.

utorrent_(006)

Click next, and to have some virtual devices click yes.

utorrent_(007)

Login with the user id ans password, that you can register with the Genymotion website in First Steps.

utorrent_(008)

 Select A virtual Device as per your requirement, click next.

utorrent_(009)

 Download required files from Internet.

utorrent_(010)

utorrent_(011)

Click finish.

utorrent_(013)

Now, Samsung Galaxy Virtual Device has been installed, test that device.

utorrent_(014)

Open That virtual device, you can simulate all of the functions in this virtual environment.

utorrent_(018)

GPS, Time settings, wifi/network management is available.

utorrent_(020)

Use available devices either for development or for testing purpose.

That’s it!! Have fun!!