Ubuntu – What Android emulators are available

androidsoftware-recommendation

I will like to know some of the android emulators that work really well with Ubuntu 11.10 and above. I want to try 'whatsapp' on Ubuntu through an android emulator. Thanks in advance

Best Answer

According to : http://crashcourse.ca/content/android-emulator-ubuntu-1004-60-seconds

  • You'll have to install a JDK : $ sudo apt-get install openjdk-6-jdk
  • Then go to the download page of Android SDK to download it. http://developer.android.com/sdk/index.html
  • After, update the SDK : $ android update sdk --no-ui
  • Check if the output of $ android list returns you the list of available SDK.
  • Type $ android pick "new". Set things as you want.
  • Once done, check the output of : $ android list avds pic the "name" entry.
  • To finish : launch the emulator : $ emulator @avdsname.

And then you're good to go.