우분투 안드로이드 스튜디오 에뮬레이터 실행 에러 ubuntu 18.04 android studio emulator(AVD) executing error

by - May 15, 2018

These are the exact steps you need to follow to solve the emulator issue:

  1. Change directory:
    $ cd ~/Android/Sdk/emulator/lib64/libstdc++  
    
  2. Create symbolic link to library:
    $ mv libstdc++.so.6 libstdc++.so.6.bak
    
  3. on the same directory:
    $ ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6



참조 - https://askubuntu.com/questions/1031227/cant-run-avd-ubuntu-18-04

You May Also Like

0 comments