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
Post a Comment