I am trying to learn about creating Android Apps, using Android Studio 3.1.2
I want to run this app on an emulator, so I created an Emulator called it OREO Emulator.
But whenever I press the run button, I get a GPU error, and went to this thread, one of the solutions is to use Android Studio Terminal, go to the address where the emulator is located, and type in the following command
emulator -avd [avd_name] -gpu [mode]
But unfortunately that address doesn't exist in my laptop, so what I should type in the terminal is:
emulator -avd OREO_Emulator -gpu host
but when I do that it says that emulator is not recognised as a command.
Can anyone help me with that.
Thank you in advance