Android Studio 2.3.3. ,Unable to launch Emulator -


well,i trying launch emulator in android studio 2.3.3 ,the project running ,but not able see virtual device ,anyone can this?

i found this answer on so, deals same problem on ubuntu. did not specify operating system using, i'm not sure whether you, maybe can point in right direction.

the answer linked above recommends adding following line startup script (which called studio.sh , located in bin directory underneath android studio directory, @ least linux):

# preload shared library required android emulator export ld_preload='/usr/lib/x86_64-linux-gnu/libstdc++.so.6' 

that worked me, maybe can too?

good luck!


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -