Monday, April 29, 2024
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 31424  / 1 Year ago, wed, january 11, 2023, 9:38:56

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


More From » software-recommendation

 Answers
3

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.


[#39477] Thursday, January 12, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ofunn

Total Points: 164
Total Questions: 116
Total Answers: 116

Location: Liberia
Member since Fri, Oct 22, 2021
3 Years ago
;