Package Details: genymotion 3.9.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: LicenseRef-custom
Submitter: AndreaCattaneo
Maintainer: Muflone
Last Packager: Muflone
Votes: 328
Popularity: 0.016875
First Submitted: 2013-08-02 09:18 (UTC)
Last Updated: 2025-07-06 10:08 (UTC)

Latest Comments

1 2 3 4 5 6 .. 27 Next › Last »

NIICKTCHUNS commented on 2025-07-06 16:04 (UTC)

Nice! I'm glad you updated the PKGBUILD. I would like to co-maintain but I have zero experience with this, so I think that is better to keep it like this.

Muflone commented on 2025-07-06 09:39 (UTC) (edited on 2025-07-06 09:50 (UTC) by Muflone)

The package was orphaned right now but as it appears to be very popular I adopted it immediately to avoid squatting.

I'm updating the package right now. In the case someone is interested in co-maintaining it please let me know

NIICKTCHUNS commented on 2025-06-10 18:09 (UTC) (edited on 2025-06-24 22:31 (UTC) by NIICKTCHUNS)

That's a PKGBUILD that I made editing the current one, and it works testing with makepkg -si to the version 3.9.0 just changing the link and the checksum. I also don't know how I could add this to the AUR

pkgname=genymotion
pkgver=3.9.0
pkgrel=1
pkgdesc="Complete set of tools that provides a virtual environment for Android."
arch=('x86_64')
url="http://www.genymotion.com/"
optdepends=(virtualbox)
makedepends=(wget)
install=$pkgname.install
license=('custom')
options=(!strip)
_ARCH="x64"
DLAGENTS=("https::/usr/bin/wget -U "Mozilla" %u")
source=("genymotion.desktop"
        "https://dl.genymotion.com/releases/genymotion-$pkgver/$pkgname-${pkgver}-linux_$_ARCH.run")
sha512sums=('42f629d6413e4e481ef68d019ec3071515b45d01fdb004a545c8b977a9bf2439581ca8a67ad7dead9a12a0d24e8e46ba02c5dc47abd76597451b09847cf5d78b'
            'a8388d51d9115cdfa64933f9abf9fa8b48c05f5454b7c622ba3743f133cbfc9d46eeecad3001f32cdb852006d79328aa9233bf40c6d42dc317586513833ef3ae')

package(){
  cd $srcdir

  install -d $pkgdir/opt
  install -d $pkgdir/opt/$pkgname

  src="$pkgname-${pkgver}-linux_$_ARCH.run"

  # Retrieve line number where tar.bzip2 binary begins
  skip=$(awk '/^__TARFILE_FOLLOWS__/ { print NR + 1; exit 0; }' "$src")
  [ $? -ne 0 ] && return 1

  # Untar following archive
  tail -n +$skip "$src" \
      | tar -xj --no-same-owner -C "$pkgdir/opt/$pkgname"
  [ ${PIPESTATUS[0]} -ne 0 -o ${PIPESTATUS[1]} -ne 0 ] && return 1

  install -d $pkgdir/usr/bin
  ln -s /opt/$pkgname/genymotion $pkgdir/usr/bin/genymotion
  ln -s /opt/$pkgname/genymotion-shell $pkgdir/usr/bin/genymotion-shell
  ln -s /opt/$pkgname/player $pkgdir/usr/bin/genymotion-player
  ln -s /opt/$pkgname/gmtool $pkgdir/usr/bin/gmtool
  install -Dm644 $srcdir/genymotion.desktop $pkgdir/usr/share/applications/genymotion.desktop
  chown -R root:root $pkgdir/opt/$pkgname
}

Vekhir commented on 2025-06-10 11:11 (UTC)

The download file extension has been changed from .bin to .run as per the release notes: https://www.genymotion.com/blog/release-note/genymotion-desktop-3-9-0-rn/

NIICKTCHUNS commented on 2025-06-02 16:49 (UTC)

I think this package is orphan right now

timmy1420 commented on 2025-04-08 06:37 (UTC) (edited on 2025-04-08 06:37 (UTC) by timmy1420)

MESA: error: dri3_alloc_render_buffer:1634 xcb_dri3_pixmap_from_buffer[s] failed

MESA: error: X error: 11

Fix: LIBGL_ALWAYS_SOFTWARE=1 ./genymotion

Interaccoonale commented on 2025-04-07 03:19 (UTC)

Resize your Android emulator:

  1. cd /home/[username]/.Genymobile/Genymotion/deployed
  2. Use ls list all emulators and cd to the target device
  3. qemu-img info data.qcow2 and it should be appr. 13G
  4. qemu-img resize data.qcow2 32G or any other size
  5. Open the emulator and enter adb shell
  6. In adb shell: df -h and find the target device (mine is /dev/block/vdb2)
  7. In adb shell: resize2fs /dev/block/vdb2
  8. Done. Restart your emulator and your device has been resized!

garry_grimes commented on 2024-07-04 12:48 (UTC) (edited on 2024-07-04 17:26 (UTC) by garry_grimes)

This getting the same issue. in fact. it builds gives Processing package changes... error: command failed to execute correctly

but the device is not able to start. Anyone know how to fix this?

Figure it out. in my case i had to enable on my BIOS virtualization options which was disabled.

j.taala commented on 2024-02-28 22:19 (UTC)

Thanks for reporting. Found the issue, appears makepkg stripping is breaking the install.

Will update shortly and would appreciate others testing.

sbavert commented on 2024-02-28 04:41 (UTC)

$ DEBUG=1 genymotion
Segmentation fault (core dumped)

Same issue