How to fix Android Studio error message – Emulator: createOrGetGlobalVkEmulation: Warning: Vulkan 1.0 APIs missing from instance

Android Studio upon being freshly installed displayed the below error message in the event window: Emulator: createOrGetGlobalVkEmulation: Warning: Vulkan 1.0 APIs missing from instance This error is due to the Vulkan APIs that are not needed if the computer has no graphics card. To overcome this error, open a terminal window and do the following: … Continue reading How to fix Android Studio error message – Emulator: createOrGetGlobalVkEmulation: Warning: Vulkan 1.0 APIs missing from instance

Install NVidia drivers on Ubuntu 12.04

If you have an nvidia graphics card on your computer, the default Nvidia drivers installed when you install Ubuntu 12.04 on your desktop with the Nvidia graphics hardware, give a problem starting the GUI. Several AMD motherboards come with on-board NVidia graphics. To overcome this problem, you need to install the 3 packages listed below: … Continue reading Install NVidia drivers on Ubuntu 12.04