How do I solve this problem?
Posted by GermanCommunist10@reddit | learnprogramming | View on Reddit | 7 comments
Hi, Im very new into coding and I began learning kotlin just yesterday haha. But everytime I want to start my app I get this Error message that the Android Emulator hypervisor driver is not installed and after I installed or tried to install the Android Emulator hypervisor driver I get the message "Dieser Dienst wurde nicht gestarted (This service was not started)" and the error code 4294967201. I dont know how to solve it, can somebody help me with this?
Naive-Ad3837@reddit
Update the Android Studio. If you like, uninstall everything completely and install a fresh, newest Android Studio package. All your problems should go away.
GermanCommunist10@reddit (OP)
Even though I only installed everything a day ago?
Naive-Ad3837@reddit
Then this could be due to compatibility issues. I will still insist on the update. Wait a few days and then try updating it again.
HashDefTrueFalse@reddit
It's been many years since I did Android dev at this point but I seem to remember there being an "SDK manager" or similar where you could install components for different platform versions. It was graphical. Have a look in there at your targeted version and maybe you might see that you haven't installed some things that you need, like a driver needed to run the emulator you're trying to boot.
As it goes, I never bothered with any emulators. If you've got an Android phone it was always much quicker to just use that. Plug it in and enable USB debugging or similar, and your app will boot right up on your phone, with all the adb/logging goodies. Much better if you don't need a specific device or version.
GermanCommunist10@reddit (OP)
Thank you!!! For real, I was really frustrated. I'll try it out now, thx :)
edmazing@reddit
sounds like you'll want to start the service. If a linux machine I think it was something like "rc-service 'service name' start" from the shell. Though I'm not a linux pro so some things might changed based on your host OS.
GermanCommunist10@reddit (OP)
Well I have a Windows computer so... I actually also have some pictures of the error messages but I couldn't post them here :c