Package Details: genymotion 3.8.0-1

Git Clone URL: https://aur.archlinux.org/genymotion.git (read-only, click to copy)
Package Base: genymotion
Description: Complete set of tools that provides a virtual environment for Android.
Upstream URL: http://www.genymotion.com/
Keywords: android emulator genymotion
Licenses: custom
Submitter: AndreaCattaneo
Maintainer: j.taala (amos)
Last Packager: j.taala
Votes: 328
Popularity: 0.079407
First Submitted: 2013-08-02 09:18 (UTC)
Last Updated: 2024-11-04 20:16 (UTC)

Latest Comments

« First ‹ Previous 1 .. 21 22 23 24 25 26 27 Next › Last »

AndreaCattaneo commented on 2013-09-26 20:18 (UTC)

genymotion-3.1.0-2: add openssl as depend genymotion-3.1.0-1: update to v1.3.0 ( thanks to Doctor_Drive )

Doctor_Drive commented on 2013-09-26 15:34 (UTC)

PKGBUILD v1.3.0 http://pastebin.com/yGN125Jb

AndreaCattaneo commented on 2013-09-01 01:24 (UTC)

you're right lappi, I fixed the new package version (5)

lappi commented on 2013-08-27 15:18 (UTC)

I had this bug: % genymotion Aug 27 18:57:53 [Genymotion] [Fatal] Cannot mix incompatible Qt library (version 0x40805) with this library (version 0x40804) Because genymotion package contains Qt libs. % pacman -Ql genymotion .. genymotion /opt/genymotion/libQtCore.so.4 genymotion /opt/genymotion/libQtGui.so.4 genymotion /opt/genymotion/libQtNetwork.so.4 genymotion /opt/genymotion/libQtScript.so.4 genymotion /opt/genymotion/libQtSvg.so.4 genymotion /opt/genymotion/libQtWebKit.so.4 genymotion /opt/genymotion/libQtXml.so.4 .. Please, correct PKGBUILD with this line in package() section: rm $pkgdir/opt/genymotion/libQt*

qpalz commented on 2013-08-15 11:38 (UTC)

I get "Unable to load Virtualbox engine" when I start the virtual device. But I have installed virtualbox 4.2.16 properly. I can run other virtual machines in virualbox. How to solve this problem?

AndreaCattaneo commented on 2013-08-04 11:44 (UTC)

( if you have android-sdk installed )

AndreaCattaneo commented on 2013-08-04 11:43 (UTC)

maybe "adb" is not setup correctly. try: sudo adb kill-server sudo adb start-server genymotion