I am trying to start AVD in Android Studio but I can't. When I start AVD it doesn't throw any error but while launching the application it says waiting for device to come online and then closes after a few seconds. I tried to install lib64stdc++6 but I get unmet dependencies:
1 Answer
Try this. It worked for me.
This is because of a bad libstdc file Android sdk.
- Download the deb file from here
Extract files using archieve utility
Copy and replace the libstdc file in the Android sdk folder with the one from deb.
Deb Download link -
Sdk folder paths -
/SDK-FOLDER/emulator/lib/libstdc++
/SDK-FOLDER/emulator/lib64/libstdc++