Android: why snapshots and gpu are mutually exclusive?

前端 未结 2 1450
刺人心
刺人心 2020-12-09 08:26

I tried to use snapshots and gpu support for emulator both. But emulator refused to start:

emulator: ERROR: Snapshots and gpu are mutually exclusive a

2条回答
  •  失恋的感觉
    2020-12-09 08:59

    first check weather your Android emulator snapshot enabled or not? (if cheked make it as Unchecked) Goto AVD in Eclipse->select your emulator->edit ->snapshot enabled->uncheck it. start again will run normally. I did it for this same problem.

提交回复
热议问题