Glam Prestige Journal

Bright entertainment trends with youth appeal.

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:

ScreenShot of the problem

1 Answer

Try this. It worked for me.

This is because of a bad libstdc file Android sdk.

  1. Download the deb file from here
  2. Extract files using archieve utility

  3. 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++

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy