New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 858877 link

Starred by 4 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Jun 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

Unable to create virtual device in android studio for running app in emulator

Project Member Reported by avkodipelli@chromium.org, Jun 29 2018

Issue description

Chrome Version: 69.0.3475.0
Chrome OS Version: 10825.0.0
Chrome OS Platform: Eve
Network info: Wifi

Please specify Cr-* of the system to which this bug/feature applies (add
the label below).

Steps To Reproduce:
(1) Install crostini
(2) Download and install android studio (https://developer.android.com/studio/)
(3) Create first app using https://developer.android.com/training/basics/firstapp/creating-project
(4) After successful building the project, Create virtual device to run app in emulator

Expected Result:
- No issue in creating virtual device and running app in emulator 

Actual Result:
-- Unable to create new virtual device due to error as "your CPU does not support required features(VT-x or SVM)"
-- Observe screenshot in feedback report.

How frequently does this problem reproduce? (Always, sometimes, hard to
reproduce?)
Always

Feedback report: 85523513310
 
While clicking on Troubleshoot, it is showing info as

-- Unfortunately, your computer does not support hardware accelerated virtualization.
Here are some of your options:
 1) Use a physical device for testing
 2) Develop on a Windows/OSX computer with an Intel processor that supports VT-x and NX
 3) Develop on a Linux computer that supports VT-x or SVM
 4) Use an Android Virtual Device based on an ARM system image
   (This is 10x slower than hardware accelerated virtualization)

Cc: norvez@chromium.org adlr@chromium.org tbuck...@chromium.org
Is the CrOS emulator support coming to Crostini or this is WAI for now?

Comment 3 by vapier@chromium.org, Jun 29 2018

Components: -Internals>GPU
Labels: -Pri-1 -M-69 Pri-2
Status: WontFix (was: Untriaged)
Summary: Unable to create virtual device in android studio for running app in emulator (was: Eve/Crostini: Unable to create virtual device in android studio for running app in emulator)
this is entirely expected and documented as such:
  https://chromium.googlesource.com/chromiumos/docs/+/master/containers_and_vms.md#can-i-run-a-vm-inside-the-vm

we're thinking about nested KVM but it's not on the roadmap.  you'll need to use option (4) in that workaround list for now.

Sign in to add a comment