These are the exact steps you need to follow to solve the emulator issue:
- Change directory:
$ cd ~/Android/Sdk/emulator/lib64/libstdc++
- Create symbolic link to library:
$ mv libstdc++.so.6 libstdc++.so.6.bak
- 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
0 comments