Well, I found a solution to this problem. I donβt know what is wrong with Android Studio, but it cannot execute any emulator, and the solution for me is currently executed by the emulator on command, after which you install the emulator using Android studio, execute the command below because you need to have an emulator, in my case Nexus_5_API_21.
LD_PRELOAD='/usr/lib/x86_64-linux-gnu/libstdc++.so.6' ~/Android/Sdk/tools/emulator -netdelay none -netspeed full -avd Nexus_5_API_21
I donβt remember exactly where I found this solution, but I think it is on google forums
Juan luis hiciano
source share