- Genymotion Desktop
- Genymotion Device image (PaaS)
- Genymotion SaaS (Cloud)
- Plugins
Genymotion 2.0.2 (December 16, 2013)
Genymotion Desktop Migrating from v2.0.1 Genymotion comes now bundled with a version of ADB. You can still provide a path to an Android SDK if you want, and Genymotion will use Android tools from this SDK. If you previously set a path to a specific Android SDK version, Genymotion will continue to use it.
New features
- Genymotion automatically reconnects to ADB
- Many users reported that their IDE doesn’t detect anymore their Genymotion virtual devices after a period of time. Genymotion virtual devices are now automatically reconnected to ADB, avoiding problems when IDEs restart ADB daemon.
- Sound capture in screencast feature
- Sound emitted by the virtual device is now included in videos recorded with Genymotion screencast feature.
- Cache cleaner
- To speed up future deployments and optimize your bandwidth, Genymotion stores all downloaded virtual device files in a cache. As these files can represent a significant amount of disk space, you can easily remove them (as well as log files) from the Genymotion settings panel, in the miscellaneous tab.
- Confirmation email
- On Microsoft Windows platforms, Genymotion binaries are now digitally signed, avoiding some false positive alerts from antivirus software or confirmation warnings when launched.
Corrections
- Genymotion can now detect and work around the fact that VirtualBox installation path has changed.
- In the GPS widget, the map field is now using the proxy configuration.
- The GPS widget works even if the network was unreachable at Genymotion launch.
- When deploying a new virtual device, the window listing its characteristics doesn’t show cropped text anymore on some platforms with a particular screen size.
- When using it without license, Genymotion window title do not blink anymore, making UI automation easier.
- Genymotion now reports network configuration in its log file, making easier to detect installation problems when contacting Genymotion support.
- Some typos and internationalization strings were fixed.
- Avoid CPU overheat while using remote control.
- Windows uninstaller only cleans required files.
- Users who were having white or black screen at start (with error message: “Unable to switch to context, eglGetError=3004”) will now start correctly without having to fullscreen, then un-fullscreen their Genymotion virtual devices.
- Virtual devices: HierarchyViewer, UiAutomatorViewer and DDMS file explorer are now working perfectly with Genymotion.
- Virtual devices: GeoFencing API from Play Services and GeoCoder API are now working.
- Virtual devices: Fixed some inconsistencies between xdpi/ydpi and logical dpi.
- Virtual devices: Correct handling of configured dpi of system drawable resources.
- Added new devices
- Galaxy Note (2.3, 4.1)
- Galaxy S2 (2.3, 4.1)
- HTC One (4.2, 4.3)
- Moto X (4.2, 4.3)
- Nexus 10 (4.2, 4.3)
- Nexus 7 2012 (4.1, 4.2, 4.3)
- Nexus One (2.3)
- Xperia S (2.3, 4.1)
- Xperia Z (4.2, 4.3)
Genymotion 2.0.1 (November 14, 2013)
Genymotion Desktop
Corrections
- Errors in SSL handshake could block user authentication with Genymotion Cloud
- Pressing Enter in authentication popup canceled user authentication process instead of launching it. Default focus have been updated
- Pressing Add new virtual device button could be inactive in some situations. This has been fixed
Genymotion 2.0.0 (November 13, 2013)
Genymotion Desktop Genymotion 2.0.0 is no more a beta version but the first Genymotion commercial release!
Migrating from v1.3.0
- To use the new features, you must deploy new virtual devices after upgrading to Genymotion v2.0.0. All previous virtual devices deployed with Genymotion v1.3.0 will continue to work but without the new features
- Warning: all Genymotion settings (ADB path, network proxy configuration, …) will be lost after upgrading to Genymotion v2.0.0. It’s not possible to recover settings from previous versions
- Information
- As announced earlier, Genymotion doesn’t include Google Apps and ARM libraries support anymore.Concerning
ARM libraries support
, this shouldn’t be too much of a problem for you developers,as there will be absolutely no impact if you use the Java SDK. As for the NDK, it is straightforward toenable x86 compilation for your native code. You need to add the x86 platform to the APP_ABI entry of theApplication.mk file.
for example:
APP_ABI := armeabi armeabi-v7a x86 mips
There are now a lot of good x86 devices in the wild, and this is a good opportunity to embrace this newplatform, and add x86 compatibility to your app if you haven’t done it yet.For
Google apps
, we are still trying to work with Google to add them back. If you decide to add theeeded package by yourself, it will be at your own risk and responsibility and we will not be liable for it.This release includes a “drag&drop” feature which will allow you to drag&drop an APK or a ZIP file to the Genymotion window:
APK files will be installed and, if possible, automatically started
ZIP files, if they are detected as system updates or system patches, will be automatically deployed in your Genymotion virtual device.
Licensing system
A licensing system is available in Genymotion version 2.0.0.
Genymotion can be used in Free mode (without commercial features) for your personal use or with a license (Indie or Business) enabling all features for a professional use.
Please refer to theStore section of the Genymotion website.
New features
- New Remote Control widget
- Control accelerometer sensor and multi-touch gestures in your application directly from any real device.
- Only available with Indie and Business licenses.
- New Screencast widget
- Take screenshots and videos very easily from any Genymotion virtual device.
- Only available with Indie and Business licenses.
- Drag&Drop to copy files and APK in your virtual device
- With a simple drag&drop, you can copy files very easily from your computer to your virtual device.
- If an APK is dropped into the virtual device, it will be installed and launched automatically! You can drop files, folders,APK, or zip files. Zip packages containing
/system
directory tree will be automatically installed.To use this new feature, the path to ADB must be correctly set.
- engine in the virtual device creation window
- In the new virtual device creation window, you can now filter devices by Android version, device name or with a keyword.
- Slideshow during virtual device download
- A slideshow describes new Genymotion features and some useful Genymotion tips when you wait for your virtual device to be installed.
- Possibility to change storage folder of Genymotion virtual devices
- In the Genymotion settings, you can now choose the folder where Genymotion virtual devices will be stored.
- This feature allows you to avoid filling your system disk when it has a small capacity.
- Write Android logcat into a file
- The Android log messages (from logcat) are automatically written to a file on your workstation. See documentation for more details.
- This allows you to easily send these logs to the Genymotion Support team. To use this new feature, the path to ADB must be correctly set.
- A specific toolbar for Genymotion widgets
- Two toolbars are now available in Genymotion. One for Genymotion widgets and one for Android actions (recent apps, back,...).
- New Android versions
- Android 4.3
- Android 4.3 is now available for Genymotion, supporting all 2.0.0 features (Remote Control widget, Webcam widget, Screencast widget, …).
- Android 2.3 in Preview version
- Android 2.3 is now available for Genymotion in preview version. Try it and give us your feedback about it!
Miscellaneous
- A memory leak as been found in the way Android applications were handled, leading to a heavy memory consumption from Genymotion software. This issue has been fixed.
- On workstations where the VirtualBox “Default Machine Folder” has been modified by the user, adding a new Genymotion virtual device could reset this setting to its VirtualBox built-in value. This issue is now fixed.
- If Genymotion cannot connect to your virtual device then you will be invited to check your network parameters
- Genymotion configuration panel has been redesigned with tabs instead of a single options list to enhance its usability.
- We now use a new filemanager inside Genymotion virtual devices: Astro has been replaced by CyanogenMod Filemanager.
Genymotion 1.3.1 (October 25th, 2013)
October 25, 2013
Genymotion Desktop
Corrections
- On Mac OSX 10.9, the graphic render of Android window was upside down. This issue is fixed
Genymotion 1.3.0 (September 25th, 2013)
September 25, 2013 Genymotion Desktop Migration from v1.21
New features
- Camera widget
- You can now use this widget to send a video stream to the front and back Android cameras.
- For more information, please refer to the User Guide, section Camera.
Miscellaneous
- Send statistics about Genymotion software
- This new version now includes usage statistics which are sent to Genymotion servers (software version, virtual devices downloads, virtual devices usage)All data being anonymized before being sent, they cannot be linked to your user account. If you don’t want us to collect statistics, you can opt-out in the Genymotion settings.
Corrections
- On workstations with some Intel GPU, the Genymotion virtual device display could be flickering. This issue is fixed
- On some window managers (KDE for example) using custom text colors, parts of the Genymotion application were not visible or too little. This issue is fixed
- Some battery widget messages have been removed from Android logs
Genymotion 1.2.1 (September 3rd, 2013)
September 3, 2013
Genymotion Desktop
Migration from v1.1.0
- To use the new features, you must deploy new virtual devices again after upgrading to Genymotion v1.2.1. All previous virtual devices deployed with Genymotion v1.1.0 will continue to work but without new features
New features
- Multi-touch gestures
- You can now use zoom gestures using mouse events:
- Right click + Move left: Zoom in
- Right click + Move right: Zoom out
- Right click + Move up: Tilt forth
- Right click + Move down: Tilt back
- Shift + Right click + Move left: Rotate Left
- Shift + Right click + Move right: Rotate Right
Corrections
- If we cannot use CPU virtualization option to launch a multi-CPU virtual device, then Genymotion will force number of CPUs to 1 to make it work anyway
- Fix paid app installation not working on Android 4.2 due to internal storage
- Last version of Google Maps does not crash anymore with Genymotion
- Improved precision on GPS widget fields to use 10 digits, especially when working with latitudes greater than 100°
- Proxy settings are now applied globally and features such as GPS widget will run through an HTTP proxy
```