ERROR:android/android-emu/android/qt/qt_setup.cpp:28:Qt library not found at ..

Hi, Developers

Running anything from command line is really fun until we face any errors. 
few days ago i was trying to add new Path in windows environment variables for some development tools and by mistake i have added  Path or path while adding new path. so what windows does is that removed all path setup from environment variables such as android SDK. 
and found lot issues in my almost all development tools such as react and pythons and android SDK

I knew that where i have mistaken so then i have added all paths manually.
even though my emulator was not running properly faced many issues .
found some solution on the internet to fix. 
So after long research and with my developer patience and also with help of google fixed,but it was running from avd manager not from command line ( CMD ) or powershell .

it was showing 

[7268]:ERROR:android/android-emu/android/qt/qt_setup.cpp:28:Qt library not found at ..\emulator\lib64\qt\lib
Could not launch 'C:\Users\pc_name\..\emulator\qemu\windows-x86_64\qemu-system-x86_64.exe': No such file or directory


then i again some research.
from here click here, i found solution that i have to add two path in windows environment variable and there is particular sequence to run emulator .

please have look at the picture below 


 

Android/Sdk/emulator should be added and it should be before the Sdk/tools.



Thanks for visiting.

Comments