Android Studio - emulator: Warning: Quick Boot / Snapshots not supported on this machine
Hi,
I'm learning to work with Android Studio. I already have some programming in PHP and with Python and so far I have not known a worse development tool for initial understanding than Android Studio ...
I have been trying to start a basic application in the Android studio for a few weeks now and I have not achieved that the AVD device will show me any application, not even hello world, or any of the samples ... After a while I always give it up and then I will come back to it .. .
I have an older Pentium Dual Core E5700 processor, I downloaded AVD. I originally tried it on Ubuntu and then said to myself that it probably wants Windows 10, and without it it doesn't even work there. Windows errors are:
Emulator: Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG features is currently needed. We will address this in a future release.
Emulator: dsound: Could not initialize DirectSound
Emulator: dsound: Reason: No sound driver is available for use, or the given GUID is not a valid DirectSound device ID
Emulator: audio: Could not init `dsound' audio drive
Hi,
clear, I understand. The problem "Warning: Quick Boot / Snapshots not supported on this machine" in Android Studio is caused by an older processor. The solution in your case will be to download AVD Google API level < 21. It will definitely work, but it will be slow ...
I'm learning to work with Android Studio. I already have some programming in PHP and with Python and so far I have not known a worse development tool for initial understanding than Android Studio ...
I have been trying to start a basic application in the Android studio for a few weeks now and I have not achieved that the AVD device will show me any application, not even hello world, or any of the samples ... After a while I always give it up and then I will come back to it .. .
I have an older Pentium Dual Core E5700 processor, I downloaded AVD. I originally tried it on Ubuntu and then said to myself that it probably wants Windows 10, and without it it doesn't even work there. Windows errors are:
Emulator: Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG features is currently needed. We will address this in a future release.
Emulator: dsound: Could not initialize DirectSound
Emulator: dsound: Reason: No sound driver is available for use, or the given GUID is not a valid DirectSound device ID
Emulator: audio: Could not init `dsound' audio drive
REPLY
Hi,
clear, I understand. The problem "Warning: Quick Boot / Snapshots not supported on this machine" in Android Studio is caused by an older processor. The solution in your case will be to download AVD Google API level < 21. It will definitely work, but it will be slow ...