Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Android emulator

  1. #1
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Android emulator

    I would be very thankful if anyone could post the steps to get the Android emulator working on Ubuntu. I have downloaded the SDK and followed the instructions on the developers site, but it doesn't even recognize the binary.

  2. #2
    Join Date
    Sep 2009
    Beans
    1,293

    Re: Android emulator

    * Download sdk
    $ wget http://dl.google.com/android/android...-linux_x86.tgz

    $ tar -zvxf android-sdk_r10-linux_x86.tgz
    $ cd android-sdk-linux_x86/

    * Run android manager and install an actual sdk platform
    $ ./tools/android
    The go to available packages and install something like SDK Platform 2.3.3

    * Now go to 'virtual devices' and create a device with the 'target' set to the SDK you installed above

    * With the device highlighted, click 'start...' on the right hand side

    If something doesnt work, you'll need to post exactly what you did and what the errors say

  3. #3
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Android emulator

    Quote Originally Posted by SevenMachines View Post
    * Download sdk
    $ wget http://dl.google.com/android/android...-linux_x86.tgz

    $ tar -zvxf android-sdk_r10-linux_x86.tgz
    $ cd android-sdk-linux_x86/

    * Run android manager and install an actual sdk platform
    $ ./tools/android
    The go to available packages and install something like SDK Platform 2.3.3

    * Now go to 'virtual devices' and create a device with the 'target' set to the SDK you installed above

    * With the device highlighted, click 'start...' on the right hand side

    If something doesnt work, you'll need to post exactly what you did and what the errors say
    Thanks a lot. After posting, I have found this tutorial and I am following it.

    So far so good. I am downloading the components right now.

  4. #4
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Android emulator

    Yay!



    Thanks a lot.

  5. #5
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Android emulator

    I have no Internet in the emulator

  6. #6
    Join Date
    Sep 2009
    Beans
    1,293

    Re: Android emulator

    Note you can now install android in virtualbox http://www.android-x86.org/, less api versions to test against and eclipse integration but faster too so it can be handy

  7. #7
    Join Date
    Sep 2009
    Beans
    1,293

    Re: Android emulator

    Quote Originally Posted by lovinglinux View Post
    I have no Internet in the emulator
    hmm, i think that should be automatic. you could try poking around the command line using
    $ adb shell
    # netcfg
    # logcat
    that sort of thing

  8. #8
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Android emulator

    Quote Originally Posted by SevenMachines View Post
    Note you can now install android in virtualbox http://www.android-x86.org/, less api versions to test against and eclipse integration but faster too so it can be handy
    Yay!



    Thanks.

  9. #9
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Android emulator

    The connection problem seems to affect only version 2.3.3. I have connection with 1.6. Will test 2.3.1 and 3.0 now.

  10. #10
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Android emulator

    Internet is working with version 2.3.1 and 2.3.3.

    So everything is fine now.

    Thanks
    Last edited by lovinglinux; April 29th, 2011 at 01:05 PM.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •