2

I switched to Android-Studio a couple days ago, and I cannot get an AVD running no matter what I try. I've added the sdk path to my environment and have all permissions for the AVD. Whenever I try to start the Nexus 7 predefined AVD I created, the progress bar menu comes up, loads the entire bar and then does nothing. I have also tried waiting 30mins for it to start, but still nothing. I even have the JavaJDK installed and working. I have tried following several tutorials on how to setup the SDK and everything goes fine up until launching this AVD. Can anyone help me please?

SMOKE
  • 55
  • 1
  • 9

1 Answers1

0

add 32bit library by typing bellow shell in your ubuntu 14.04 terminal: sudo apt-get install lib32stdc++6

for more details: http://dandar3.blogspot.mx/2014/03/android-sdk-tools-on-ubuntu-1404-beta.html

hope everything will work smoothly.

Omar Faruk
  • 389
  • 2
  • 8