Monday, 5 March 2018

Emulator: [1116]:ERROR:android/android-emu/android/qt/qt_setup.cpp:28:Qt library not found at C:\Users\user1\AppData\Local\Android\Sdk\emulator\lib64\qt\lib

As a beginner of using Android Studio, it is very hard to rectify the Android Studio error. As I also a beginner of Android Studio and what I face during my experience, I just share it through my blog. Here I am sharing my experience regarding emulator error. See the error in screen shot -



So, why this problem occurs ? Answer is that, your SDK does not have emulator or partially installed.
To install emulator go to -

Tools -----> SDK Manager -------> Android SDK

 and tick the Android Emulator then Apply and Ok

Note :- make sure that you are connected to Internet.


Confirm it by clicking OK.


Then it will download the emulator from Google Android.



Click Finish.

Restart Android Studio.





No comments:

Post a Comment

Change image source dynamically on hyperlink

 Changing image source dynamically using JQuery. Here in this example I have created there hyperlink and stored all images in the same folde...