2

In android studio When check "store a snapshot faster startup" emulator is running, but webview project application cannot run it. again when check "Use Host GPU" emulator cannot run. how to solve it....

Mahmud Hasan
  • 33
  • 5
  • 17

1 Answers1

1

You can't open them together.

According to doc http://developer.android.com/tools/devices/emulator.html#accel-graphics:

Caution: Do not select the Snapshot: Enabled option. Snapshots are not supported for emulators with graphics acceleration enabled.

https://android.stackexchange.com/questions/51739/what-is-snapshot-and-use-host-gpu-emulation-options-for

Android: why snapshots and gpu are mutually exclusive?

Community
  • 1
  • 1
tiny sunlight
  • 6,231
  • 3
  • 21
  • 42