Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Issue in launching Android (AVD) by Qt Creator
Forum Updated to NodeBB v4.3 + New Features

Issue in launching Android (AVD) by Qt Creator

Scheduled Pinned Locked Moved Solved Mobile and Embedded
kvmavdlinux
2 Posts 1 Posters 1.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • tansgumusT Offline
    tansgumusT Offline
    tansgumus
    wrote on last edited by tansgumus
    #1

    Hello,

    I fail to launch any AVD because of this error message:

    emulator: ERROR: x86 emulation currently requires hardware acceleration!
    Please ensure KVM is properly installed and usable.
    CPU acceleration status: This user doesn't have permissions to use KVM (/dev/kvm)
    

    so I get rid of it by executing the following command but it comes back after rebooting my device.

    sudo chown evader -R /dev/kvm
    

    How can I fix this issue?

    • Linux mint 19.1 xfce
    • Qt Creator 4.9.0

    BTW, I tried to fix issue by creating kvm group (it wasn't exists) then added the user evader into it but this didn't fix this issue

    tansgumusT 1 Reply Last reply
    0
    • tansgumusT tansgumus

      Hello,

      I fail to launch any AVD because of this error message:

      emulator: ERROR: x86 emulation currently requires hardware acceleration!
      Please ensure KVM is properly installed and usable.
      CPU acceleration status: This user doesn't have permissions to use KVM (/dev/kvm)
      

      so I get rid of it by executing the following command but it comes back after rebooting my device.

      sudo chown evader -R /dev/kvm
      

      How can I fix this issue?

      • Linux mint 19.1 xfce
      • Qt Creator 4.9.0

      BTW, I tried to fix issue by creating kvm group (it wasn't exists) then added the user evader into it but this didn't fix this issue

      tansgumusT Offline
      tansgumusT Offline
      tansgumus
      wrote on last edited by tansgumus
      #2

      I fixed this issue by using the following command

      sudo adduser evader libvirt
      

      Thanks for guys in Vitux

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved